pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/url2pkg
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Oct 26 19:05:45 UTC 2024
Modified Files:
pkgsrc/pkgtools/url2pkg: Makefile
pkgsrc/pkgtools/url2pkg/files: url2pkg.py url2pkg_test.py
Log Message:
url2pkg: PYTHON_VERSIONS_INCOMPATIBLE=27 is the default now.
Bump version.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/pkgtools/url2pkg/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/pkgtools/url2pkg/files/url2pkg.py
cvs rdiff -u -r1.51 -r1.52 pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/url2pkg/Makefile
diff -u pkgsrc/pkgtools/url2pkg/Makefile:1.140 pkgsrc/pkgtools/url2pkg/Makefile:1.141
--- pkgsrc/pkgtools/url2pkg/Makefile:1.140 Tue Sep 17 17:18:13 2024
+++ pkgsrc/pkgtools/url2pkg/Makefile Sat Oct 26 19:05:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2024/09/17 17:18:13 rillig Exp $
+# $NetBSD: Makefile,v 1.141 2024/10/26 19:05:45 schmonz Exp $
-PKGNAME= url2pkg-23.3.2
+PKGNAME= url2pkg-23.3.3
CATEGORIES= pkgtools
MAINTAINER= rillig%NetBSD.org@localhost
@@ -17,8 +17,6 @@ AUTO_MKDIRS= yes
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
do-extract:
${RUN} cd ${FILESDIR} && ${PAX} -rw *.* python/*.py python/*/*.py python/*/*/*.py ${WRKSRC}/
Index: pkgsrc/pkgtools/url2pkg/files/url2pkg.py
diff -u pkgsrc/pkgtools/url2pkg/files/url2pkg.py:1.55 pkgsrc/pkgtools/url2pkg/files/url2pkg.py:1.56
--- pkgsrc/pkgtools/url2pkg/files/url2pkg.py:1.55 Fri May 10 06:33:04 2024
+++ pkgsrc/pkgtools/url2pkg/files/url2pkg.py Sat Oct 26 19:05:45 2024
@@ -1,5 +1,5 @@
#! @PYTHONBIN@
-# $NetBSD: url2pkg.py,v 1.55 2024/05/10 06:33:04 rillig Exp $
+# $NetBSD: url2pkg.py,v 1.56 2024/10/26 19:05:45 schmonz Exp $
# Copyright (c) 2019 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1056,7 +1056,6 @@ class Adjuster:
self.pkgname_prefix = '${PYPKGPREFIX}-'
self.categories.append('python')
- self.extra_vars.append(Var('PYTHON_VERSIONS_INCOMPATIBLE', '=', '27'))
self.includes.append('../../lang/python/wheel.mk')
def adjust_cargo(self):
Index: pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py
diff -u pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py:1.51 pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py:1.52
--- pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py:1.51 Wed Jan 17 21:01:07 2024
+++ pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py Sat Oct 26 19:05:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: url2pkg_test.py,v 1.51 2024/01/17 21:01:07 rillig Exp $
+# $NetBSD: url2pkg_test.py,v 1.52 2024/10/26 19:05:45 schmonz Exp $
# URLs for manual testing:
#
@@ -1326,8 +1326,6 @@ def test_Adjuster_adjust_python_module(t
'COMMENT= TODO: Short description of the package',
'#LICENSE= # TODO: (see mk/license.mk)',
'',
- 'PYTHON_VERSIONS_INCOMPATIBLE= 27',
- '',
'.include "../../lang/python/wheel.mk"',
'.include "../../mk/bsd.pkg.mk"',
]
Home |
Main Index |
Thread Index |
Old Index