1
0
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:
Matthew Seaman 2018-08-17 10:10:58 +00:00
parent adf1e3678a
commit 8d6eaf8c56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477418
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1534500162
SHA256 (shellingham-1.2.4.tar.gz) = c09c563a2e185ec3d64e43c286dbba3150fc182d96cd29ff5b002f3d3c3f5076
SIZE (shellingham-1.2.4.tar.gz) = 5967

View File

@ -0,0 +1,3 @@
Shellingham detects what shell the current Python executable is running in.
WWW: https://github.com/sarugaku/shellingham