aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-vine/Makefile
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:32:18 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:32:18 +0300
commit8ac11058a60f683cb53e2b3114a29e4be87f258b (patch)
treeae892d242a73f1398cbcb55789d913562738db84 /devel/py-vine/Makefile
parentbcd8472564a96dbd4c73f530cb2fa5b3db09bb56 (diff)
downloadports-8ac11058a60f683cb53e2b3114a29e4be87f258b.tar.gz
ports-8ac11058a60f683cb53e2b3114a29e4be87f258b.zip
devel/py-vine: add 5.0.0
Diffstat (limited to 'devel/py-vine/Makefile')
-rw-r--r--devel/py-vine/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-vine/Makefile b/devel/py-vine/Makefile
new file mode 100644
index 0000000..a003278
--- /dev/null
+++ b/devel/py-vine/Makefile
@@ -0,0 +1,26 @@
+COMMENT = promises library for python
+
+MODPY_EGG_VERSION = 5.0.0
+
+DISTNAME = vine-${MODPY_EGG_VERSION}
+
+PKGNAME = py-${DISTNAME}
+
+CATEGORIES = devel
+
+HOMEPAGE = https://github.com/celery/vine
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+# BSD 3-Clause
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/python
+
+MODPY_PI = Yes
+MODPY_PYBUILD = setuptools
+
+FLAVORS = python3
+FLAVOR = python3
+
+.include <bsd.port.mk>