Import py27-bitsets-0.1.3 as wip/py-bitsets.
Bitsets are ordered sets which are subsets of a predefined finite domain of hashable items
This commit is contained in:
parent
b7eea313a8
commit
df9e03e32d
4 changed files with 49 additions and 0 deletions
2
py-bitsets/DESCR
Normal file
2
py-bitsets/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Bitsets are ordered sets which are subsets of a predefined finite
|
||||
domain of hashable items
|
23
py-bitsets/Makefile
Normal file
23
py-bitsets/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/01/11 21:34:46 jihbed Exp $
|
||||
|
||||
DISTNAME= bitsets-0.1.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/b/bitsets/
|
||||
EXTRACT_SUFX= .zip
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= kamel.derouiche@gmail.com
|
||||
HOMEPAGE= https://github.com/xflr6/bitsets
|
||||
COMMENT= Ordered subsets over a predefined domain
|
||||
LICENSE= mit
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
do-test:
|
||||
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run-tests.py
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
py-bitsets/PLIST
Normal file
19
py-bitsets/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/01/11 21:34:46 jihbed Exp $
|
||||
${PYSITELIB}/bitsets/__init__.py
|
||||
${PYSITELIB}/bitsets/__init__.pyc
|
||||
${PYSITELIB}/bitsets/__init__.pyo
|
||||
${PYSITELIB}/bitsets/bases.py
|
||||
${PYSITELIB}/bitsets/bases.pyc
|
||||
${PYSITELIB}/bitsets/bases.pyo
|
||||
${PYSITELIB}/bitsets/combos.py
|
||||
${PYSITELIB}/bitsets/combos.pyc
|
||||
${PYSITELIB}/bitsets/combos.pyo
|
||||
${PYSITELIB}/bitsets/integers.py
|
||||
${PYSITELIB}/bitsets/integers.pyc
|
||||
${PYSITELIB}/bitsets/integers.pyo
|
||||
${PYSITELIB}/bitsets/meta.py
|
||||
${PYSITELIB}/bitsets/meta.pyc
|
||||
${PYSITELIB}/bitsets/meta.pyo
|
||||
${PYSITELIB}/bitsets/series.py
|
||||
${PYSITELIB}/bitsets/series.pyc
|
||||
${PYSITELIB}/bitsets/series.pyo
|
5
py-bitsets/distinfo
Normal file
5
py-bitsets/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/01/11 21:34:46 jihbed Exp $
|
||||
|
||||
SHA1 (bitsets-0.1.3.zip) = 0679639816dd8f06b4b7d7ec1d3d2d55fb265220
|
||||
RMD160 (bitsets-0.1.3.zip) = 33d6414c6eecba32e757c255c197b259d05dcb08
|
||||
Size (bitsets-0.1.3.zip) = 13641 bytes
|
Loading…
Reference in a new issue