SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/py-incremental/Makefile
Normal file
24
devel/py-incremental/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT = versioning library for Python projects
|
||||
|
||||
MODPY_EGG_VERSION = 22.10.0
|
||||
|
||||
DISTNAME = incremental-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
MODPY_PYTEST_ARGS = src/incremental
|
||||
|
||||
TEST_DEPENDS = devel/py-click${MODPY_FLAVOR} \
|
||||
devel/py-twisted${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue