pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-automat



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 17 06:21:58 UTC 2018

Modified Files:
        pkgsrc/devel/py-automat: Makefile distinfo

Log Message:
py-automat: updated to 0.7.0

0.7.0:
Unknown changes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-automat/Makefile \
    pkgsrc/devel/py-automat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-automat/Makefile
diff -u pkgsrc/devel/py-automat/Makefile:1.2 pkgsrc/devel/py-automat/Makefile:1.3
--- pkgsrc/devel/py-automat/Makefile:1.2        Sat May 20 06:11:21 2017
+++ pkgsrc/devel/py-automat/Makefile    Tue Jul 17 06:21:58 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/05/20 06:11:21 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/17 06:21:58 adam Exp $
 
-DISTNAME=      Automat-0.6.0
+DISTNAME=      Automat-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Automat/}
@@ -10,16 +10,16 @@ HOMEPAGE=   https://github.com/glyph/Autom
 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}-attrs>=16.1.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
+USE_LANGUAGES= # none
+
 post-install:
-       ${MV} ${DESTDIR}${PREFIX}/bin/automat-visualize \
-               ${DESTDIR}${PREFIX}/bin/automat-visualize${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} automat-visualize automat-visualize${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-automat/distinfo
diff -u pkgsrc/devel/py-automat/distinfo:1.2 pkgsrc/devel/py-automat/distinfo:1.3
--- pkgsrc/devel/py-automat/distinfo:1.2        Sat May 20 06:11:21 2017
+++ pkgsrc/devel/py-automat/distinfo    Tue Jul 17 06:21:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/20 06:11:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/07/17 06:21:58 adam Exp $
 
-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
+SHA1 (Automat-0.7.0.tar.gz) = b96a67647f5c1650f0e4cc39bed762fdc2ac90b4
+RMD160 (Automat-0.7.0.tar.gz) = 6d506f71e86c5d8b8de396c975347233d57377bd
+SHA512 (Automat-0.7.0.tar.gz) = a6f307d312a3ceb721071b5212297c73d2306894b5fafd39265578041a2859bd6f041ac43a654bdda4175a70a4e90e0db1ee35cd43fa620cd5c594b5d1988a74
+Size (Automat-0.7.0.tar.gz) = 61461 bytes



Home | Main Index | Thread Index | Old Index