pkgsrc-WIP-changes archive

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

py-partd: Update LICENSE file location, cleanup Makefile



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Mar 7 09:51:10 2026 -0700
Changeset:	9ab19d3188167818bdcf1d67ebc09cf3bcedae79

Modified Files:
	py-partd/Makefile
	py-partd/PLIST

Log Message:
py-partd: Update LICENSE file location, cleanup Makefile

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

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

diffstat:
 py-partd/Makefile | 4 +---
 py-partd/PLIST    | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-partd/Makefile b/py-partd/Makefile
index 3c22c714f5..60b5f32dd7 100644
--- a/py-partd/Makefile
+++ b/py-partd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	partd-1.4.2
-PKGREVISION=1
+PKGREVISION=	2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/partd/}
@@ -12,7 +12,6 @@ HOMEPAGE=	https://github.com/dask/partd/
 COMMENT=	Key-Value byte store with appendable values
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.41:../../devel/py-wheel
@@ -20,7 +19,6 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-versioneer>=0.29:../../devel/py-versioneer
 
 DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 DEPENDS+=	${PYPKGPREFIX}-locket>=0.2.1:../../wip/py-locket
-DEPENDS+=	${PYPKGPREFIX}-blosc2>=2.3.1:../../wip/py-blosc2
 DEPENDS+=	${PYPKGPREFIX}-zmq>=0.2.1:../../net/py-zmq
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.9.0:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-pandas>=1.3.0:../../math/py-pandas
diff --git a/py-partd/PLIST b/py-partd/PLIST
index cdb64a347e..8b6797b64a 100644
--- a/py-partd/PLIST
+++ b/py-partd/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/partd/__init__.py
 ${PYSITELIB}/partd/__init__.pyc


Home | Main Index | Thread Index | Old Index