diff options
author | adam <adam@pkgsrc.org> | 2017-05-20 06:11:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-20 06:11:21 +0000 |
commit | 223b2b5d5df53a8811a90d74efce7d7a1515d944 (patch) | |
tree | 15c387779e1dd66be71466d78d6faa42a5142e09 /devel | |
parent | 36d114708396691df50f25d0b7276b1446ce412b (diff) | |
download | pkgsrc-223b2b5d5df53a8811a90d74efce7d7a1515d944.tar.gz |
Changes 0.6.0:
Bug fixes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-automat/ALTERNATIVES | 1 | ||||
-rw-r--r-- | devel/py-automat/Makefile | 8 | ||||
-rw-r--r-- | devel/py-automat/PLIST | 7 | ||||
-rw-r--r-- | devel/py-automat/distinfo | 10 |
4 files changed, 17 insertions, 9 deletions
diff --git a/devel/py-automat/ALTERNATIVES b/devel/py-automat/ALTERNATIVES new file mode 100644 index 00000000000..6405bf3cf50 --- /dev/null +++ b/devel/py-automat/ALTERNATIVES @@ -0,0 +1 @@ +bin/automat-visualize @PREFIX@/bin/automat-visualize@PYVERSSUFFIX@ diff --git a/devel/py-automat/Makefile b/devel/py-automat/Makefile index 34f61276718..e342aac3e6d 100644 --- a/devel/py-automat/Makefile +++ b/devel/py-automat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/02/13 21:13:11 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/05/20 06:11:21 adam Exp $ -DISTNAME= Automat-0.5.0 +DISTNAME= Automat-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=A/Automat/} @@ -17,5 +17,9 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_s DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +post-install: + ${MV} ${DESTDIR}${PREFIX}/bin/automat-visualize \ + ${DESTDIR}${PREFIX}/bin/automat-visualize${PYVERSSUFFIX} || ${TRUE} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-automat/PLIST b/devel/py-automat/PLIST index 62fff36e01d..365490768dd 100644 --- a/devel/py-automat/PLIST +++ b/devel/py-automat/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2017/02/13 21:13:11 adam Exp $ -bin/automat-visualize +@comment $NetBSD: PLIST,v 1.2 2017/05/20 06:11:21 adam Exp $ +bin/automat-visualize${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -33,6 +33,9 @@ ${PYSITELIB}/automat/_test/test_discover.pyo ${PYSITELIB}/automat/_test/test_methodical.py ${PYSITELIB}/automat/_test/test_methodical.pyc ${PYSITELIB}/automat/_test/test_methodical.pyo +${PYSITELIB}/automat/_test/test_trace.py +${PYSITELIB}/automat/_test/test_trace.pyc +${PYSITELIB}/automat/_test/test_trace.pyo ${PYSITELIB}/automat/_test/test_visualize.py ${PYSITELIB}/automat/_test/test_visualize.pyc ${PYSITELIB}/automat/_test/test_visualize.pyo diff --git a/devel/py-automat/distinfo b/devel/py-automat/distinfo index 1a7c5a82a59..a425ed16714 100644 --- a/devel/py-automat/distinfo +++ b/devel/py-automat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/02/13 21:13:11 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/05/20 06:11:21 adam Exp $ -SHA1 (Automat-0.5.0.tar.gz) = 2fa7c1db2d1dab6cbb74ff5537e0f5be2782c637 -RMD160 (Automat-0.5.0.tar.gz) = 50c93ae5bee48c6a769f7a695027b2dda1f27a40 -SHA512 (Automat-0.5.0.tar.gz) = 7b4fc64e1b3cc514e3513c4be7387309a9e0c6d59ef091131404642b517a324b4a0eb677bee99da038664bd6713f2d2078c621f056e98b35966caf324741eeeb -Size (Automat-0.5.0.tar.gz) = 32599 bytes +SHA1 (Automat-0.6.0.tar.gz) = 69eefbc610ab3a81978c982a226358c50a614efe +RMD160 (Automat-0.6.0.tar.gz) = 50c2605faa5ed82c540e38be79c5e9ebc061d1d8 +SHA512 (Automat-0.6.0.tar.gz) = 94f2fa06b0e0e1c0538bcf4bd9046ea40600a018bdd1da2d5bed479877807ad56e448c4f1d7ec87341f80013ae6c35b01201cbe3c4ecae1105419038ed43024d +Size (Automat-0.6.0.tar.gz) = 31767 bytes |