1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

devel/py-setuptools_scm: Update to 3.3.3

* Update WWW (remove superfluous trailing slash)

Changelog since 3.1.0:

* Add eggs for python3.7 and 3.8 to the deploy
* Fix python3.8 support and add builds for up to python3.8
* Use a specific fallback root when calling fallbacks. Remove old hack that
  resets the root when fallback entrypoints are present.
* Add fallback_version option, which sets the version to be used when
  everything else fails.
* Add option git_describe_command to allow the user to control the way that
  git describe is called.

https://github.com/pypa/setuptools_scm/blob/v3.3.3/CHANGELOG.rst

PR:		238145
Submitted by:	sunpoet
This commit is contained in:
Kai Knoblich 2019-05-28 13:46:14 +00:00
parent a730ffabb1
commit a0c29b0644
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502894
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= setuptools_scm
PORTVERSION= 3.1.0
PORTVERSION= 3.3.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1542121425
SHA256 (setuptools_scm-3.1.0.tar.gz) = 1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40
SIZE (setuptools_scm-3.1.0.tar.gz) = 35585
TIMESTAMP = 1558367876
SHA256 (setuptools_scm-3.3.3.tar.gz) = bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5
SIZE (setuptools_scm-3.3.3.tar.gz) = 36903

View File

@ -1,4 +1,4 @@
Handles managing your python package versions in scm metadata instead of
declaring them as the version argument or in a scm managed file.
WWW: https://github.com/pypa/setuptools_scm/
WWW: https://github.com/pypa/setuptools_scm