SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/py-mulpyplexer/Makefile
Normal file
24
devel/py-mulpyplexer/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT = module that multiplexes interactions with lists of objects
|
||||
|
||||
MODPY_EGG_VERSION = 0.09
|
||||
DISTNAME = mulpyplexer-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE =Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
# No tests - no upstream?
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-mulpyplexer/distinfo
Normal file
2
devel/py-mulpyplexer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mulpyplexer-0.09.tar.gz) = FE6em/ZtOYj2BULJ09TJSFdDj3kI9g5T9MHLFiL7vTA=
|
||||
SIZE (mulpyplexer-0.09.tar.gz) = 2846
|
1
devel/py-mulpyplexer/pkg/DESCR
Normal file
1
devel/py-mulpyplexer/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Module that multiplexes interactions with lists of python objects.
|
5
devel/py-mulpyplexer/pkg/PLIST
Normal file
5
devel/py-mulpyplexer/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@pkgpath devel/py-mulpyplexer
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}mulpyplexer.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mulpyplexer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/mulpyplexer.py
|
Loading…
Add table
Add a link
Reference in a new issue