pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-subvertpy
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 16 12:49:23 UTC 2026
Modified Files:
pkgsrc/devel/py-subvertpy: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/py-subvertpy: ALTERNATIVES
Log Message:
py-subvertpy: updated to 0.11.1
0.11.1
Unknown changes
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-subvertpy/ALTERNATIVES
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-subvertpy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-subvertpy/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-subvertpy/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-subvertpy/Makefile
diff -u pkgsrc/devel/py-subvertpy/Makefile:1.69 pkgsrc/devel/py-subvertpy/Makefile:1.70
--- pkgsrc/devel/py-subvertpy/Makefile:1.69 Wed Jan 7 08:46:45 2026
+++ pkgsrc/devel/py-subvertpy/Makefile Thu Jul 16 12:49:23 2026
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.69 2026/01/07 08:46:45 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2026/07/16 12:49:23 adam Exp $
-DISTNAME= subvertpy-0.9.2
+DISTNAME= subvertpy-0.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 30
-CATEGORIES= devel scm
-MASTER_SITES= http://samba.org/~jelmer/subvertpy/
+CATEGORIES= devel scm python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/subvertpy/}
MAINTAINER= ddeus.pkgsrc%mailnull.com@localhost
HOMEPAGE= https://launchpad.net/subvertpy
COMMENT= Alternative Python bindings for Subversion
LICENSE= gnu-lgpl-v2.1
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base}
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.1
+PY_RENAME_BINARIES= subvertpy-fast-export
.include "../../devel/subversion-base/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-subvertpy/PLIST
diff -u pkgsrc/devel/py-subvertpy/PLIST:1.6 pkgsrc/devel/py-subvertpy/PLIST:1.7
--- pkgsrc/devel/py-subvertpy/PLIST:1.6 Fri Jan 14 17:51:55 2022
+++ pkgsrc/devel/py-subvertpy/PLIST Thu Jul 16 12:49:23 2026
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/14 17:51:55 wiz Exp $
-bin/subvertpy-fast-export
-${PYSITELIB}/${EGG_INFODIR}
+@comment $NetBSD: PLIST,v 1.7 2026/07/16 12:49:23 adam Exp $
+bin/subvertpy-fast-export-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/subvertpy/__init__.py
${PYSITELIB}/subvertpy/__init__.pyc
${PYSITELIB}/subvertpy/__init__.pyo
@@ -25,6 +30,7 @@ ${PYSITELIB}/subvertpy/repos.so
${PYSITELIB}/subvertpy/server.py
${PYSITELIB}/subvertpy/server.pyc
${PYSITELIB}/subvertpy/server.pyo
+${PYSITELIB}/subvertpy/subr.so
${PYSITELIB}/subvertpy/tests/__init__.py
${PYSITELIB}/subvertpy/tests/__init__.pyc
${PYSITELIB}/subvertpy/tests/__init__.pyo
@@ -46,12 +52,18 @@ ${PYSITELIB}/subvertpy/tests/test_proper
${PYSITELIB}/subvertpy/tests/test_ra.py
${PYSITELIB}/subvertpy/tests/test_ra.pyc
${PYSITELIB}/subvertpy/tests/test_ra.pyo
+${PYSITELIB}/subvertpy/tests/test_ra_svn.py
+${PYSITELIB}/subvertpy/tests/test_ra_svn.pyc
+${PYSITELIB}/subvertpy/tests/test_ra_svn.pyo
${PYSITELIB}/subvertpy/tests/test_repos.py
${PYSITELIB}/subvertpy/tests/test_repos.pyc
${PYSITELIB}/subvertpy/tests/test_repos.pyo
${PYSITELIB}/subvertpy/tests/test_server.py
${PYSITELIB}/subvertpy/tests/test_server.pyc
${PYSITELIB}/subvertpy/tests/test_server.pyo
+${PYSITELIB}/subvertpy/tests/test_subr.py
+${PYSITELIB}/subvertpy/tests/test_subr.pyc
+${PYSITELIB}/subvertpy/tests/test_subr.pyo
${PYSITELIB}/subvertpy/tests/test_wc.py
${PYSITELIB}/subvertpy/tests/test_wc.pyc
${PYSITELIB}/subvertpy/tests/test_wc.pyo
Index: pkgsrc/devel/py-subvertpy/distinfo
diff -u pkgsrc/devel/py-subvertpy/distinfo:1.12 pkgsrc/devel/py-subvertpy/distinfo:1.13
--- pkgsrc/devel/py-subvertpy/distinfo:1.12 Tue Oct 26 10:19:06 2021
+++ pkgsrc/devel/py-subvertpy/distinfo Thu Jul 16 12:49:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:19:06 nia Exp $
+$NetBSD: distinfo,v 1.13 2026/07/16 12:49:23 adam Exp $
-BLAKE2s (subvertpy-0.9.2.tar.gz) = 933b4388d32cc5abb43b1896f8be0986a72e73574f2840e9ebe52caf322421fb
-SHA512 (subvertpy-0.9.2.tar.gz) = a35a52712a86fa95fd8700ead08b215d2ad392910b73dbb2d23579db25d3bc59c5619d9ff2871c02ec2c00e03d191d2b48fd05d6135fc31e6743a4f4dd112e5f
-Size (subvertpy-0.9.2.tar.gz) = 109810 bytes
+BLAKE2s (subvertpy-0.11.1.tar.gz) = d6c8d3f53c8e11e10dc303baf859bc48217dfd300cc1e13dc586e7e9bd5873ed
+SHA512 (subvertpy-0.11.1.tar.gz) = ddbd47aa8c97582063b24e0aade23c302dd5cf08b1887e35041b8d690f382113a552cf5ac030e26a1407f4775cf533a19402c400d28798588093aea0ab3f5914
+Size (subvertpy-0.11.1.tar.gz) = 129843 bytes
Added files:
Index: pkgsrc/devel/py-subvertpy/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-subvertpy/ALTERNATIVES:1.1
--- /dev/null Thu Jul 16 12:49:23 2026
+++ pkgsrc/devel/py-subvertpy/ALTERNATIVES Thu Jul 16 12:49:23 2026
@@ -0,0 +1 @@
+bin/subvertpy-fast-export @PREFIX@/bin/subvertpy-fast-export-@PYVERSSUFFIX@
Home |
Main Index |
Thread Index |
Old Index