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:   wiz
Date:           Sun Apr 30 14:21:57 UTC 2023

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

Log Message:
py-automat: update to 22.10.0.

Changes not found.

Remove py-graphviz dependency since the visualize part of this needs both graphviz
and py-twisted - but we can't depend on py-twisted since that depends on py-automat.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-automat/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-automat/PLIST
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/devel/py-automat/Makefile:1.9
--- pkgsrc/devel/py-automat/Makefile:1.8        Tue Oct 25 18:17:59 2022
+++ pkgsrc/devel/py-automat/Makefile    Sun Apr 30 14:21:57 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/10/25 18:17:59 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/04/30 14:21:57 wiz Exp $
 
-DISTNAME=      Automat-20.2.0
+DISTNAME=      Automat-22.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=A/Automat/}
@@ -10,24 +10,22 @@ 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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 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
+# visualize option needs both next dependencies
+#DEPENDS+=     ${PYPKGPREFIX}-graphviz>=0.5.2:../../graphics/py-graphviz
+# but this one is a circular dependency
 #DEPENDS+=     ${PYPKGPREFIX}-twisted>=16.1.1:../../net/py-twisted
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} automat-visualize automat-visualize-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-automat/PLIST
diff -u pkgsrc/devel/py-automat/PLIST:1.3 pkgsrc/devel/py-automat/PLIST:1.4
--- pkgsrc/devel/py-automat/PLIST:1.3   Tue Oct 25 18:17:59 2022
+++ pkgsrc/devel/py-automat/PLIST       Sun Apr 30 14:21:57 2023
@@ -1,44 +1,35 @@
-@comment $NetBSD: PLIST,v 1.3 2022/10/25 18:17:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/04/30 14:21:57 wiz Exp $
 bin/automat-visualize-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/automat/__init__.py
 ${PYSITELIB}/automat/__init__.pyc
-${PYSITELIB}/automat/__init__.pyo
 ${PYSITELIB}/automat/_core.py
 ${PYSITELIB}/automat/_core.pyc
-${PYSITELIB}/automat/_core.pyo
 ${PYSITELIB}/automat/_discover.py
 ${PYSITELIB}/automat/_discover.pyc
-${PYSITELIB}/automat/_discover.pyo
 ${PYSITELIB}/automat/_introspection.py
 ${PYSITELIB}/automat/_introspection.pyc
-${PYSITELIB}/automat/_introspection.pyo
 ${PYSITELIB}/automat/_methodical.py
 ${PYSITELIB}/automat/_methodical.pyc
-${PYSITELIB}/automat/_methodical.pyo
 ${PYSITELIB}/automat/_test/__init__.py
 ${PYSITELIB}/automat/_test/__init__.pyc
-${PYSITELIB}/automat/_test/__init__.pyo
 ${PYSITELIB}/automat/_test/test_core.py
 ${PYSITELIB}/automat/_test/test_core.pyc
-${PYSITELIB}/automat/_test/test_core.pyo
 ${PYSITELIB}/automat/_test/test_discover.py
 ${PYSITELIB}/automat/_test/test_discover.pyc
-${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
 ${PYSITELIB}/automat/_visualize.py
 ${PYSITELIB}/automat/_visualize.pyc
-${PYSITELIB}/automat/_visualize.pyo

Index: pkgsrc/devel/py-automat/distinfo
diff -u pkgsrc/devel/py-automat/distinfo:1.7 pkgsrc/devel/py-automat/distinfo:1.8
--- pkgsrc/devel/py-automat/distinfo:1.7        Tue Oct 25 18:17:59 2022
+++ pkgsrc/devel/py-automat/distinfo    Sun Apr 30 14:21:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/10/25 18:17:59 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/04/30 14:21:57 wiz Exp $
 
-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
+BLAKE2s (Automat-22.10.0.tar.gz) = a928a25b892f0ef00016246b7b68790b91b2570d7ac7a0f1a4a591d44f566857
+SHA512 (Automat-22.10.0.tar.gz) = 5819cfe0687bf391949891562f3657f449cf9a8e8ea90c1537e89509dc618da1160856f92ab52dc450e0a7d51d0e4644bfe2db3d4108126a42ee1bea2f06bb7a
+Size (Automat-22.10.0.tar.gz) = 59099 bytes



Home | Main Index | Thread Index | Old Index