pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-automat Changes 0.6.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6076c81b5feb
branches:  trunk
changeset: 362625:6076c81b5feb
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 20 06:11:21 2017 +0000

description:
Changes 0.6.0:
Bug fixes.

diffstat:

 devel/py-automat/ALTERNATIVES |   1 +
 devel/py-automat/Makefile     |   8 ++++++--
 devel/py-automat/PLIST        |   7 +++++--
 devel/py-automat/distinfo     |  10 +++++-----
 4 files changed, 17 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r 9992664e0037 -r 6076c81b5feb devel/py-automat/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-automat/ALTERNATIVES     Sat May 20 06:11:21 2017 +0000
@@ -0,0 +1,1 @@
+bin/automat-visualize @PREFIX@/bin/automat-visualize@PYVERSSUFFIX@
diff -r 9992664e0037 -r 6076c81b5feb devel/py-automat/Makefile
--- a/devel/py-automat/Makefile Sat May 20 06:01:46 2017 +0000
+++ b/devel/py-automat/Makefile Sat May 20 06:11:21 2017 +0000
@@ -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 @@
 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 -r 9992664e0037 -r 6076c81b5feb devel/py-automat/PLIST
--- a/devel/py-automat/PLIST    Sat May 20 06:01:46 2017 +0000
+++ b/devel/py-automat/PLIST    Sat May 20 06:11:21 2017 +0000
@@ -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_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 -r 9992664e0037 -r 6076c81b5feb devel/py-automat/distinfo
--- a/devel/py-automat/distinfo Sat May 20 06:01:46 2017 +0000
+++ b/devel/py-automat/distinfo Sat May 20 06:11:21 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index