pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-partd: update to 1.4.1.nb1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Apr 4 08:17:48 2024 -0700
Changeset:	30f7009eef99802ebc68fe437ace68e2fb809d53

Modified Files:
	py-partd/Makefile
	py-partd/distinfo
Added Files:
	py-partd/patches/patch-setup.py

Log Message:
py-partd: update to 1.4.1.nb1

patch around broken versioneer support until Upstream provides
a new release.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=30f7009eef99802ebc68fe437ace68e2fb809d53

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-partd/Makefile               |  3 ++-
 py-partd/distinfo               |  1 +
 py-partd/patches/patch-setup.py | 17 +++++++++++++++++
 3 files changed, 20 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-partd/Makefile b/py-partd/Makefile
index 117e878a41..14b9894b8e 100644
--- a/py-partd/Makefile
+++ b/py-partd/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	partd-1.4.1
+PKGREVISION=1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/partd/}
@@ -11,7 +12,7 @@ HOMEPAGE=	https://github.com/dask/partd/
 COMMENT=	Key-Value byte store with appendable values
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.41:../../devel/py-wheel
diff --git a/py-partd/distinfo b/py-partd/distinfo
index 1b0b95cbdf..84b2b0261c 100644
--- a/py-partd/distinfo
+++ b/py-partd/distinfo
@@ -3,3 +3,4 @@ $NetBSD$
 BLAKE2s (partd-1.4.1.tar.gz) = 4ba94699e0ddff732221560baef4ade606fd201bc0d6a930062da954dc6924f1
 SHA512 (partd-1.4.1.tar.gz) = 0bf285a33731d3c000e6c2c1958cda0df21c3a2be31694ac31ce0cc45aa2b31b8631f962c25b9ecac3831474abb5872748bd3348f99e13faadee467a1f164492
 Size (partd-1.4.1.tar.gz) = 36272 bytes
+SHA1 (patch-setup.py) = 7a06bb14a8533e7ccdfb8ebed776c0193e1e8a15
diff --git a/py-partd/patches/patch-setup.py b/py-partd/patches/patch-setup.py
new file mode 100644
index 0000000000..cefaba1cb0
--- /dev/null
+++ b/py-partd/patches/patch-setup.py
@@ -0,0 +1,17 @@
+$NetBSD$
+upstream hasn't released a version without versioneer...
+--- setup.py.orig	2024-04-04 14:22:31.725709049 +0000
++++ setup.py
+@@ -2,11 +2,9 @@
+
+ from os.path import exists
+ from setuptools import setup
+-import versioneer
+
+ setup(name='partd',
+-      version=versioneer.get_version(),
+-      cmdclass=versioneer.get_cmdclass(),
++      version='1.4.1',
+       description='Appendable key-value storage',
+       url='http://github.com/dask/partd/',
+       maintainer='Matthew Rocklin',


Home | Main Index | Thread Index | Old Index