mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
devel/py-bidict: Bidirectional map implementation and related functionality
WWW: https://github.com/jab/bidict
This commit is contained in:
parent
556f7fb713
commit
d5ef7540d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466511
4 changed files with 28 additions and 0 deletions
|
@ -4291,6 +4291,7 @@
|
|||
SUBDIR += py-backports_abc
|
||||
SUBDIR += py-bandit
|
||||
SUBDIR += py-bcdoc
|
||||
SUBDIR += py-bidict
|
||||
SUBDIR += py-billiard
|
||||
SUBDIR += py-binplist
|
||||
SUBDIR += py-biplist
|
||||
|
|
21
devel/py-bidict/Makefile
Normal file
21
devel/py-bidict/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bidict
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Bidirectional map implementation and related functionality
|
||||
|
||||
LICENSE= MPL20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-bidict/distinfo
Normal file
3
devel/py-bidict/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1522880253
|
||||
SHA256 (bidict-0.15.0.tar.gz) = fbc2cf5dee6a7a4c72eb80ecb4bc81560154d668c0f11729361e4baddba0b686
|
||||
SIZE (bidict-0.15.0.tar.gz) = 260807
|
3
devel/py-bidict/pkg-descr
Normal file
3
devel/py-bidict/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Efficient, Pythonic bidirectional map implementation and related functionality.
|
||||
|
||||
WWW: https://github.com/jab/bidict
|
Loading…
Add table
Reference in a new issue