mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Shellingham detects what shell the current Python executable is running in.
WWW: https://github.com/sarugaku/shellingham
This commit is contained in:
parent
adf1e3678a
commit
8d6eaf8c56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477418
@ -5047,6 +5047,7 @@
|
||||
SUBDIR += py-setuptools_scm
|
||||
SUBDIR += py-sh
|
||||
SUBDIR += py-shapely
|
||||
SUBDIR += py-shellingham
|
||||
SUBDIR += py-should_dsl
|
||||
SUBDIR += py-simpleeval
|
||||
SUBDIR += py-simplegeneric
|
||||
|
21
devel/py-shellingham/Makefile
Normal file
21
devel/py-shellingham/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= shellingham
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= Detect what shell the current Python executable is running in
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
# No tests implemented for this module.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-shellingham/distinfo
Normal file
3
devel/py-shellingham/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1534500162
|
||||
SHA256 (shellingham-1.2.4.tar.gz) = c09c563a2e185ec3d64e43c286dbba3150fc182d96cd29ff5b002f3d3c3f5076
|
||||
SIZE (shellingham-1.2.4.tar.gz) = 5967
|
3
devel/py-shellingham/pkg-descr
Normal file
3
devel/py-shellingham/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Shellingham detects what shell the current Python executable is running in.
|
||||
|
||||
WWW: https://github.com/sarugaku/shellingham
|
Loading…
Reference in New Issue
Block a user