Tue Sep 28 16:17:23 2021 UTC ()
py-xdis: updated to 5.0.13

5.0.13 2021-09-24
=================

Added knowledge of Python versions 3.6.15 and 3.7.12.

However the main motivation was to impove packaging to handle administration
of the 3 different branches or dialects of Python 2.4-2.7, 3.1-3.2, 3.3-3.5, and 3.6+

Restrict wheel packaging for Python 3 only.

Use the wheel for only the 3.x and newer version of Python.
Use eggs for 2.x versions (and others as well).


(adam)
diff -r1.34 -r1.35 pkgsrc/devel/py-xdis/Makefile
diff -r1.33 -r1.34 pkgsrc/devel/py-xdis/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/devel/py-xdis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-xdis/Makefile 2021/09/12 09:58:03 1.34
+++ pkgsrc/devel/py-xdis/Makefile 2021/09/28 16:17:23 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2021/09/12 09:58:03 adam Exp $ 1# $NetBSD: Makefile,v 1.35 2021/09/28 16:17:23 adam Exp $
2 2
3DISTNAME= xdis-5.0.12 3DISTNAME= xdis-5.0.13
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/rocky/python-xdis 9HOMEPAGE= https://github.com/rocky/python-xdis
10COMMENT= Python cross-version byte-code disassembler and marshal routines 10COMMENT= Python cross-version byte-code disassembler and marshal routines
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click 13DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
14DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
16 16

cvs diff -r1.33 -r1.34 pkgsrc/devel/py-xdis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-xdis/distinfo 2021/09/12 09:58:04 1.33
+++ pkgsrc/devel/py-xdis/distinfo 2021/09/28 16:17:23 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2021/09/12 09:58:04 adam Exp $ 1$NetBSD: distinfo,v 1.34 2021/09/28 16:17:23 adam Exp $
2 2
3SHA1 (xdis-5.0.12.tar.gz) = 6427027b3180311e99a76b5115dfd9c22f5eae6d 3SHA1 (xdis-5.0.13.tar.gz) = c47418e7440d5b90531e843890d18d9ce3024112
4RMD160 (xdis-5.0.12.tar.gz) = e4a4694e5c48e8d62e7e7d3a7a20e076de564d1b 4RMD160 (xdis-5.0.13.tar.gz) = 1bd1d1960ba8b9b1aabcc4c3829526b3f4edfc35
5SHA512 (xdis-5.0.12.tar.gz) = 24daeb93ebb980d79fde9ce05abd9a03deaedb9560ad61f8eca75cf11157177132dd1168d6edd7e0046f68d2b4bf63de08011467fa342e2523991c4159feb7a0 5SHA512 (xdis-5.0.13.tar.gz) = 364321159410e511cdfc2b941f5b9283323b4c45d15b401f39228938fe7b21b2db5c4345807566e71d1c08653fa3b94dab9b5da1d7ffcab8ec97b2f9cc94a557
6Size (xdis-5.0.12.tar.gz) = 292848 bytes 6Size (xdis-5.0.13.tar.gz) = 293239 bytes