Sunday, January 31, 2021

Re: [UPDATE] devel/py-setuptools_scm -> 3.4.1

On Sun, Jan 31, 2021 at 09:04:49PM +0000, Stuart Henderson wrote:
> On 2021/01/31 13:09, Dimitri Karamazov wrote:
> > Update py-setuptools_scm to 3.4.1
> > py-toml update is required before this.
> > Required for py-importlib_resources port
> > to update qutebrowser.
>
> It really would be preferable to avoid bringing back a py2 port that was
> already removed.
>
> py-toml is only needed for ports that use setuptools_scm[toml] and not
> just standard setuptools_scm ports isn't it?
>
Yes, and for success in tests
>
> Can't you skip the py-toml dep in setuptools_scm and just add it in
> py-importlib_resources (which presumably will be py3-only since
> qutebrowser is py3-only)?
>
I can do that.

> All current ports depending on setuptools_scm build/package OK with 3.4.1
> without py-toml/py3-toml.
Good to know, I tested a few myself.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-setuptools_scm/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile 3 Jul 2020 21:12:49 -0000 1.15
+++ Makefile 1 Feb 2021 03:02:37 -0000
@@ -2,11 +2,10 @@

COMMENT = plugin to manage your versions by scm tags

-MODPY_EGG_VERSION = 3.3.3
+MODPY_EGG_VERSION = 3.4.1
DISTNAME = setuptools_scm-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
-REVISION = 0

# MIT
PERMIT_PACKAGE = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-setuptools_scm/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 31 Jul 2019 13:12:27 -0000 1.9
+++ distinfo 1 Feb 2021 03:02:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (setuptools_scm-3.3.3.tar.gz) = vSXh+15NYD3PSQ8f3kD7TFlbNXeVZ0w+XLf2IXqznqU=
-SIZE (setuptools_scm-3.3.3.tar.gz) = 36903
+SHA256 (setuptools_scm-3.4.1.tar.gz) = aqpvvrgdCJnW9HOw1578zdmijzMZL0edXSvZK463UJA=
+SIZE (setuptools_scm-3.4.1.tar.gz) = 45371
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-setuptools_scm/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST 31 Jul 2019 13:12:27 -0000 1.3
+++ pkg/PLIST 1 Feb 2021 03:02:37 -0000
@@ -5,6 +5,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/setuptools_scm-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/setuptools_scm-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/setuptools_scm-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
+lib/python${MODPY_VERSION}/site-packages/setuptools_scm-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/setuptools_scm-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/setuptools_scm-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
lib/python${MODPY_VERSION}/site-packages/setuptools_scm/__init__.py

No comments:

Post a Comment