svn commit: r557058 - in head: . devel devel/py-git_semver devel/py-invoke devel/py-medikit devel/py-semantic-version devel/py-semantic_version science/py-asdf security/py-zkg www/py-horizon
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 5 13:47:29 UTC 2020
Author: sunpoet
Date: Sat Dec 5 13:47:27 2020
New Revision: 557058
URL: https://svnweb.freebsd.org/changeset/ports/557058
Log:
Move devel/py-semantic_version to devel/py-semantic-version
- Bump PORTREVISION for dependency change
Added:
head/devel/py-semantic-version/
- copied from r557057, head/devel/py-semantic_version/
Deleted:
head/devel/py-semantic_version/
Modified:
head/MOVED
head/devel/Makefile
head/devel/py-git_semver/Makefile
head/devel/py-invoke/Makefile
head/devel/py-medikit/Makefile
head/devel/py-semantic-version/Makefile
head/science/py-asdf/Makefile
head/security/py-zkg/Makefile
head/www/py-horizon/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Sat Dec 5 13:37:51 2020 (r557057)
+++ head/MOVED Sat Dec 5 13:47:27 2020 (r557058)
@@ -15736,3 +15736,4 @@ www/rubygem-gitlab-grack||2020-12-03|Has expired: Depr
databases/db6||2020-12-03|Has expired: latest 6.2.x version and newer not downloadable without registration
graphics/geeqie-devel|graphics/geeqie|2020-12-04|Development version no longer necessary
devel/py-microversion_parse|devel/py-microversion-parse|2020-12-05|Rename to match upstream naming
+devel/py-semantic_version|devel/py-semantic-version|2020-12-05|Rename to match upstream naming
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/devel/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -5052,7 +5052,7 @@
SUBDIR += py-scripttest
SUBDIR += py-selection
SUBDIR += py-selectors2
- SUBDIR += py-semantic_version
+ SUBDIR += py-semantic-version
SUBDIR += py-semver
SUBDIR += py-sentry-sdk
SUBDIR += py-serializable
Modified: head/devel/py-git_semver/Makefile
==============================================================================
--- head/devel/py-git_semver/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/devel/py-git_semver/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -3,6 +3,7 @@
PORTNAME= git_semver
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Semantic versions management integrated to gi
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1<3:devel/py-gitpython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8<3:devel/py-semantic_version@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8<3:devel/py-semantic-version@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
Modified: head/devel/py-invoke/Makefile
==============================================================================
--- head/devel/py-invoke/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/devel/py-invoke/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -3,6 +3,7 @@
PORTNAME= invoke
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=0:devel/py-semantic-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
Modified: head/devel/py-medikit/Makefile
==============================================================================
--- head/devel/py-medikit/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/devel/py-medikit/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -3,7 +3,7 @@
PORTNAME= medikit
PORTVERSION= 0.7.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,13 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10<3:dev
${PYTHON_PKGNAMEPREFIX}mondrian>=0.8<1:devel/py-mondrian@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip-tools4>=4.0<5:devel/py-pip-tools4@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8<3:devel/py-semantic_version@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8<3:devel/py-semantic-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=1.28<2:devel/py-stevedore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}whistle>=1.0<2:devel/py-whistle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yapf>=0.20<1:textproc/py-yapf@${PY_FLAVOR}
USES= python:3.5+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
Modified: head/devel/py-semantic-version/Makefile
==============================================================================
--- head/devel/py-semantic_version/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/devel/py-semantic-version/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -1,11 +1,12 @@
# Created by: Fukang Chen <loader at FreeBSD.org>
# $FreeBSD$
-PORTNAME= semantic_version
+PORTNAME= semantic-version
PORTVERSION= 2.8.5
MASTER_SITES= CHEESESHOP
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= semantic_version-${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Python library provides a few tools to handle SemVer in Python
Modified: head/science/py-asdf/Makefile
==============================================================================
--- head/science/py-asdf/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/science/py-asdf/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -3,6 +3,7 @@
PORTNAME= asdf
PORTVERSION= 2.7.1
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.2<4:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8:devel/py-semantic_version@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
USES= python:3.5+ shebangfix
Modified: head/security/py-zkg/Makefile
==============================================================================
--- head/security/py-zkg/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/security/py-zkg/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -3,6 +3,7 @@
PORTNAME= zkg
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}btest>=0.62:devel/py-btest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=0:devel/py-semantic-version@${PY_FLAVOR} \
git:devel/git
USES= python
Modified: head/www/py-horizon/Makefile
==============================================================================
--- head/www/py-horizon/Makefile Sat Dec 5 13:37:51 2020 (r557057)
+++ head/www/py-horizon/Makefile Sat Dec 5 13:47:27 2020 (r557058)
@@ -3,7 +3,7 @@
PORTNAME= horizon
PORTVERSION= 17.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= https://tarballs.openstack.org/horizon/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -45,7 +45,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/p
${PYTHON_PKGNAMEPREFIX}python-swiftclient>=3.2.0:databases/py-python-swiftclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2013.6:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.12.0:devel/py-yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1:devel/py-semantic_version@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.3.1:devel/py-semantic-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}XStatic>=1.0.0:devel/py-XStatic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}XStatic-Angular>=1.5.8.0:devel/py-XStatic-Angular@${PY_FLAVOR} \
More information about the svn-ports-head
mailing list