Mon Jan 10 22:17:11 2022 UTC ()
py-subvertpy: convert to egg.mk


(wiz)
diff -r1.56 -r1.57 pkgsrc/devel/py-subvertpy/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-subvertpy/PLIST

cvs diff -r1.56 -r1.57 pkgsrc/devel/py-subvertpy/Makefile (switch to unified diff)

--- pkgsrc/devel/py-subvertpy/Makefile 2021/12/08 16:04:06 1.56
+++ pkgsrc/devel/py-subvertpy/Makefile 2022/01/10 22:17:11 1.57
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.56 2021/12/08 16:04:06 adam Exp $ 1# $NetBSD: Makefile,v 1.57 2022/01/10 22:17:11 wiz Exp $
2 2
3DISTNAME= subvertpy-0.9.2 3DISTNAME= subvertpy-0.9.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 17 5PKGREVISION= 18
6CATEGORIES= devel scm 6CATEGORIES= devel scm
7MASTER_SITES= http://samba.org/~jelmer/subvertpy/ 7MASTER_SITES= http://samba.org/~jelmer/subvertpy/
8 8
9MAINTAINER= ddeus.pkgsrc@mailnull.com 9MAINTAINER= ddeus.pkgsrc@mailnull.com
10HOMEPAGE= https://launchpad.net/subvertpy 10HOMEPAGE= https://launchpad.net/subvertpy
11COMMENT= Alternative Python bindings for Subversion 11COMMENT= Alternative Python bindings for Subversion
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base} 14MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base}
15 15
16PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.1 16PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.1
17 17
18.include "../../devel/subversion-base/buildlink3.mk" 18.include "../../devel/subversion-base/buildlink3.mk"
19.include "../../lang/python/distutils.mk" 19.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-subvertpy/PLIST (switch to unified diff)

--- pkgsrc/devel/py-subvertpy/PLIST 2012/04/08 20:21:47 1.4
+++ pkgsrc/devel/py-subvertpy/PLIST 2022/01/10 22:17:11 1.5
@@ -1,58 +1,57 @@ @@ -1,58 +1,57 @@
1@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2022/01/10 22:17:11 wiz Exp $
2bin/subvertpy-fast-export 2bin/subvertpy-fast-export
3${PYSITELIB}/${EGG_FILE} 
4${PYSITELIB}/subvertpy/__init__.py 3${PYSITELIB}/subvertpy/__init__.py
5${PYSITELIB}/subvertpy/__init__.pyc 4${PYSITELIB}/subvertpy/__init__.pyc
6${PYSITELIB}/subvertpy/__init__.pyo 5${PYSITELIB}/subvertpy/__init__.pyo
7${PYSITELIB}/subvertpy/_ra.so 6${PYSITELIB}/subvertpy/_ra.so
8${PYSITELIB}/subvertpy/client.so 7${PYSITELIB}/subvertpy/client.so
9${PYSITELIB}/subvertpy/delta.py 8${PYSITELIB}/subvertpy/delta.py
10${PYSITELIB}/subvertpy/delta.pyc 9${PYSITELIB}/subvertpy/delta.pyc
11${PYSITELIB}/subvertpy/delta.pyo 10${PYSITELIB}/subvertpy/delta.pyo
12${PYSITELIB}/subvertpy/marshall.py 11${PYSITELIB}/subvertpy/marshall.py
13${PYSITELIB}/subvertpy/marshall.pyc 12${PYSITELIB}/subvertpy/marshall.pyc
14${PYSITELIB}/subvertpy/marshall.pyo 13${PYSITELIB}/subvertpy/marshall.pyo
15${PYSITELIB}/subvertpy/properties.py 14${PYSITELIB}/subvertpy/properties.py
16${PYSITELIB}/subvertpy/properties.pyc 15${PYSITELIB}/subvertpy/properties.pyc
17${PYSITELIB}/subvertpy/properties.pyo 16${PYSITELIB}/subvertpy/properties.pyo
18${PYSITELIB}/subvertpy/ra.py 17${PYSITELIB}/subvertpy/ra.py
19${PYSITELIB}/subvertpy/ra.pyc 18${PYSITELIB}/subvertpy/ra.pyc
20${PYSITELIB}/subvertpy/ra.pyo 19${PYSITELIB}/subvertpy/ra.pyo
21${PYSITELIB}/subvertpy/ra_svn.py 20${PYSITELIB}/subvertpy/ra_svn.py
22${PYSITELIB}/subvertpy/ra_svn.pyc 21${PYSITELIB}/subvertpy/ra_svn.pyc
23${PYSITELIB}/subvertpy/ra_svn.pyo 22${PYSITELIB}/subvertpy/ra_svn.pyo
24${PYSITELIB}/subvertpy/repos.so 23${PYSITELIB}/subvertpy/repos.so
25${PYSITELIB}/subvertpy/server.py 24${PYSITELIB}/subvertpy/server.py
26${PYSITELIB}/subvertpy/server.pyc 25${PYSITELIB}/subvertpy/server.pyc
27${PYSITELIB}/subvertpy/server.pyo 26${PYSITELIB}/subvertpy/server.pyo
28${PYSITELIB}/subvertpy/tests/__init__.py 27${PYSITELIB}/subvertpy/tests/__init__.py
29${PYSITELIB}/subvertpy/tests/__init__.pyc 28${PYSITELIB}/subvertpy/tests/__init__.pyc
30${PYSITELIB}/subvertpy/tests/__init__.pyo 29${PYSITELIB}/subvertpy/tests/__init__.pyo
31${PYSITELIB}/subvertpy/tests/test_client.py 30${PYSITELIB}/subvertpy/tests/test_client.py
32${PYSITELIB}/subvertpy/tests/test_client.pyc 31${PYSITELIB}/subvertpy/tests/test_client.pyc
33${PYSITELIB}/subvertpy/tests/test_client.pyo 32${PYSITELIB}/subvertpy/tests/test_client.pyo
34${PYSITELIB}/subvertpy/tests/test_core.py 33${PYSITELIB}/subvertpy/tests/test_core.py
35${PYSITELIB}/subvertpy/tests/test_core.pyc 34${PYSITELIB}/subvertpy/tests/test_core.pyc
36${PYSITELIB}/subvertpy/tests/test_core.pyo 35${PYSITELIB}/subvertpy/tests/test_core.pyo
37${PYSITELIB}/subvertpy/tests/test_delta.py 36${PYSITELIB}/subvertpy/tests/test_delta.py
38${PYSITELIB}/subvertpy/tests/test_delta.pyc 37${PYSITELIB}/subvertpy/tests/test_delta.pyc
39${PYSITELIB}/subvertpy/tests/test_delta.pyo 38${PYSITELIB}/subvertpy/tests/test_delta.pyo
40${PYSITELIB}/subvertpy/tests/test_marshall.py 39${PYSITELIB}/subvertpy/tests/test_marshall.py
41${PYSITELIB}/subvertpy/tests/test_marshall.pyc 40${PYSITELIB}/subvertpy/tests/test_marshall.pyc
42${PYSITELIB}/subvertpy/tests/test_marshall.pyo 41${PYSITELIB}/subvertpy/tests/test_marshall.pyo
43${PYSITELIB}/subvertpy/tests/test_properties.py 42${PYSITELIB}/subvertpy/tests/test_properties.py
44${PYSITELIB}/subvertpy/tests/test_properties.pyc 43${PYSITELIB}/subvertpy/tests/test_properties.pyc
45${PYSITELIB}/subvertpy/tests/test_properties.pyo 44${PYSITELIB}/subvertpy/tests/test_properties.pyo
46${PYSITELIB}/subvertpy/tests/test_ra.py 45${PYSITELIB}/subvertpy/tests/test_ra.py
47${PYSITELIB}/subvertpy/tests/test_ra.pyc 46${PYSITELIB}/subvertpy/tests/test_ra.pyc
48${PYSITELIB}/subvertpy/tests/test_ra.pyo 47${PYSITELIB}/subvertpy/tests/test_ra.pyo
49${PYSITELIB}/subvertpy/tests/test_repos.py 48${PYSITELIB}/subvertpy/tests/test_repos.py
50${PYSITELIB}/subvertpy/tests/test_repos.pyc 49${PYSITELIB}/subvertpy/tests/test_repos.pyc
51${PYSITELIB}/subvertpy/tests/test_repos.pyo 50${PYSITELIB}/subvertpy/tests/test_repos.pyo
52${PYSITELIB}/subvertpy/tests/test_server.py 51${PYSITELIB}/subvertpy/tests/test_server.py
53${PYSITELIB}/subvertpy/tests/test_server.pyc 52${PYSITELIB}/subvertpy/tests/test_server.pyc
54${PYSITELIB}/subvertpy/tests/test_server.pyo 53${PYSITELIB}/subvertpy/tests/test_server.pyo
55${PYSITELIB}/subvertpy/tests/test_wc.py 54${PYSITELIB}/subvertpy/tests/test_wc.py
56${PYSITELIB}/subvertpy/tests/test_wc.pyc 55${PYSITELIB}/subvertpy/tests/test_wc.pyc
57${PYSITELIB}/subvertpy/tests/test_wc.pyo 56${PYSITELIB}/subvertpy/tests/test_wc.pyo
58${PYSITELIB}/subvertpy/wc.so 57${PYSITELIB}/subvertpy/wc.so