summaryrefslogtreecommitdiff
path: root/devel/py-automat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-automat/Makefile')
-rw-r--r--devel/py-automat/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-automat/Makefile b/devel/py-automat/Makefile
new file mode 100644
index 00000000000..34f61276718
--- /dev/null
+++ b/devel/py-automat/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/02/13 21:13:11 adam Exp $
+
+DISTNAME= Automat-0.5.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=A/Automat/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/glyph/Automat
+COMMENT= Self-service finite-state machines for the programmer on the go
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-m2r-[0-9]*:../../textproc/py-m2r
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"