pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-parse_type



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec  6 15:17:57 UTC 2021

Modified Files:
        pkgsrc/textproc/py-parse_type: Makefile distinfo
Added Files:
        pkgsrc/textproc/py-parse_type/patches: patch-setup.py

Log Message:
py-parse_type: update to 0.5.6.

Fix build with latest setuptools.

Changes not found.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-parse_type/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-parse_type/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-parse_type/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/textproc/py-parse_type/Makefile
diff -u pkgsrc/textproc/py-parse_type/Makefile:1.3 pkgsrc/textproc/py-parse_type/Makefile:1.4
--- pkgsrc/textproc/py-parse_type/Makefile:1.3  Mon Oct 11 17:27:08 2021
+++ pkgsrc/textproc/py-parse_type/Makefile      Mon Dec  6 15:17:56 2021
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2021/10/11 17:27:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/06 15:17:56 wiz Exp $
 
-DISTNAME=      parse_type-0.5.2
+DISTNAME=      parse_type-0.5.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parse_type/}
+#MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse_type/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jenisys/}
+GITHUB_PROJECT=        parse_type
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jenisys/parse_type

Index: pkgsrc/textproc/py-parse_type/distinfo
diff -u pkgsrc/textproc/py-parse_type/distinfo:1.4 pkgsrc/textproc/py-parse_type/distinfo:1.5
--- pkgsrc/textproc/py-parse_type/distinfo:1.4  Tue Oct 26 11:23:09 2021
+++ pkgsrc/textproc/py-parse_type/distinfo      Mon Dec  6 15:17:56 2021
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:23:09 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/12/06 15:17:56 wiz Exp $
 
-BLAKE2s (parse_type-0.5.2.tar.gz) = 4fd0504d655120a69449ca38a45e937e4a6a48bb56b94ee9b23c459e71cb55ed
-SHA512 (parse_type-0.5.2.tar.gz) = c3f586bee000e09ce1c115bd24679ee59d60b51319ee37233e0cdc358db6b30af3700f95f3e2172b3e64b02ede23aea3d3bb0aeab366e9b9fa6249459daf7e06
-Size (parse_type-0.5.2.tar.gz) = 272082 bytes
+BLAKE2s (parse_type-0.5.6.tar.gz) = 8930602244184c391668b5f797d6034e7f33d2abdc656ea60783e759b9850a63
+SHA512 (parse_type-0.5.6.tar.gz) = 6729af4383baceea48cf0bbd73e7e3f580cfbb867965814ba354ea5de6794583782c929557f6f1c7f8bd45703a69b2f890455cfd749690f851f1853562da0c40
+Size (parse_type-0.5.6.tar.gz) = 270970 bytes
+SHA1 (patch-setup.py) = d42f50aa828c5e4416257290fcdd8828fb9bcc7b

Added files:

Index: pkgsrc/textproc/py-parse_type/patches/patch-setup.py
diff -u /dev/null pkgsrc/textproc/py-parse_type/patches/patch-setup.py:1.1
--- /dev/null   Mon Dec  6 15:17:57 2021
+++ pkgsrc/textproc/py-parse_type/patches/patch-setup.py        Mon Dec  6 15:17:57 2021
@@ -0,0 +1,16 @@
+$NetBSD: patch-setup.py,v 1.1 2021/12/06 15:17:57 wiz Exp $
+
+Fix build with latest setuptools.
+
+--- setup.py.orig      2020-09-11 06:47:40.000000000 +0000
++++ setup.py
+@@ -44,9 +44,6 @@ extra = dict(
+     ],
+ )
+ 
+-if python_version >= 3.0:
+-    extra["use_2to3"] = True
+-
+ # -- NICE-TO-HAVE:
+ # # FILE: setup.cfg -- Use pytest-runner (ptr) as test runner.
+ # [aliases]



Home | Main Index | Thread Index | Old Index