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 Oct 25 18:17:59 UTC 2022

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

Log Message:
py-automat: updated to 20.2.0

20.2.0
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-automat/ALTERNATIVES
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-automat/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-automat/PLIST
cvs rdiff -u -r1.6 -r1.7 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/ALTERNATIVES
diff -u pkgsrc/devel/py-automat/ALTERNATIVES:1.1 pkgsrc/devel/py-automat/ALTERNATIVES:1.2
--- pkgsrc/devel/py-automat/ALTERNATIVES:1.1    Sat May 20 06:11:21 2017
+++ pkgsrc/devel/py-automat/ALTERNATIVES        Tue Oct 25 18:17:59 2022
@@ -1 +1 @@
-bin/automat-visualize @PREFIX@/bin/automat-visualize@PYVERSSUFFIX@
+bin/automat-visualize @PREFIX@/bin/automat-visualize-@PYVERSSUFFIX@

Index: pkgsrc/devel/py-automat/Makefile
diff -u pkgsrc/devel/py-automat/Makefile:1.7 pkgsrc/devel/py-automat/Makefile:1.8
--- pkgsrc/devel/py-automat/Makefile:1.7        Thu Jan 13 19:31:21 2022
+++ pkgsrc/devel/py-automat/Makefile    Tue Oct 25 18:17:59 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/13 19:31:21 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/25 18:17:59 adam Exp $
 
-DISTNAME=      Automat-0.8.0
+DISTNAME=      Automat-20.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Automat/}
 
@@ -11,20 +10,24 @@ HOMEPAGE=   https://github.com/glyph/Autom
 COMMENT=       Self-service finite-state machines for the programmer on the go
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-m2r-[0-9]*:../../textproc/py-m2r
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=16.1.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+# visualize
+DEPENDS+=      ${PYPKGPREFIX}-graphviz>=0.5.2:../../graphics/py-graphviz
+# circular dependency
+#DEPENDS+=     ${PYPKGPREFIX}-twisted>=16.1.1:../../net/py-twisted
 
 USE_LANGUAGES= # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} automat-visualize automat-visualize${PYVERSSUFFIX} || ${TRUE}
+       ${MV} automat-visualize automat-visualize-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-automat/PLIST
diff -u pkgsrc/devel/py-automat/PLIST:1.2 pkgsrc/devel/py-automat/PLIST:1.3
--- pkgsrc/devel/py-automat/PLIST:1.2   Sat May 20 06:11:21 2017
+++ pkgsrc/devel/py-automat/PLIST       Tue Oct 25 18:17:59 2022
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2017/05/20 06:11:21 adam Exp $
-bin/automat-visualize${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.3 2022/10/25 18:17:59 adam Exp $
+bin/automat-visualize-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt

Index: pkgsrc/devel/py-automat/distinfo
diff -u pkgsrc/devel/py-automat/distinfo:1.6 pkgsrc/devel/py-automat/distinfo:1.7
--- pkgsrc/devel/py-automat/distinfo:1.6        Tue Oct 26 10:18:12 2021
+++ pkgsrc/devel/py-automat/distinfo    Tue Oct 25 18:17:59 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:18:12 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/10/25 18:17:59 adam Exp $
 
-BLAKE2s (Automat-0.8.0.tar.gz) = 104f0ac40b2039dba2c45bce03ab13de96c73021acc11001db4bdfb4a85b4b82
-SHA512 (Automat-0.8.0.tar.gz) = 2dbd4e784f65b02a8c93fc5f15236df3649d667a9792f6cac929dbac5d971495bdab4825df0fcd6817b9a9f79b7a5d8cfbdf8e4d18605f0761546b31b3091ad7
-Size (Automat-0.8.0.tar.gz) = 59687 bytes
+BLAKE2s (Automat-20.2.0.tar.gz) = ba12a8332237348ffcfde9b56b9babfea92a0a7c8c830d11030e883cf6420779
+SHA512 (Automat-20.2.0.tar.gz) = 715cb5dc087288492e6465a29e7d8502a84fadf451bc3d29da86335ea1c20f8efd9549f0c1eaac8800559dd8001dd73736c3bfacdc6321c83a35d2288d69632c
+Size (Automat-20.2.0.tar.gz) = 61679 bytes



Home | Main Index | Thread Index | Old Index