diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-05-03 22:34:11 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-05-03 22:34:46 +0300 |
| commit | ac720861c2f8bbe3210a58c9e230d85f3ca869b6 (patch) | |
| tree | 21db909d42ee6a0983b344004182c20f5442d91a /devel/py-case/Makefile | |
| parent | f0248ad768754f3e3bd9ed2992ccf1e96e0808e2 (diff) | |
| download | ports-ac720861c2f8bbe3210a58c9e230d85f3ca869b6.tar.gz ports-ac720861c2f8bbe3210a58c9e230d85f3ca869b6.zip | |
devel/py-case: add 1.5.3
Diffstat (limited to 'devel/py-case/Makefile')
| -rw-r--r-- | devel/py-case/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/py-case/Makefile b/devel/py-case/Makefile new file mode 100644 index 0000000..ac9d4ee --- /dev/null +++ b/devel/py-case/Makefile @@ -0,0 +1,33 @@ +COMMENT = python unittest utilities + +MODPY_EGG_VERSION = 1.5.3 + +DISTNAME = case-${MODPY_EGG_VERSION} + +PKGNAME = py-${DISTNAME} + +CATEGORIES = devel + +HOMEPAGE = https://github.com/celery/case + +MAINTAINER = la ninpre <aaoth@aaoth.xyz> + +# BSD 3-Clause +PERMIT_PACKAGE = Yes + +MODULES = lang/python + +MODPY_PI = Yes +MODPY_PYBUILD = setuptools +MODPY_PYTEST = No + +RUN_DEPENDS = devel/py-six${MODPY_FLAVOR} +TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR} + +FLAVORS = python3 +FLAVOR = python3 + +do-test: + nosetests + +.include <bsd.port.mk> |
