mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Update to 4.3.2
- Sort RUN_DEPENDS - Update pkg-descr - Update WWW - Take maintainership Changes: https://docs.openstack.org/releasenotes/os-win/
This commit is contained in:
parent
fc9c0fd0e3
commit
901f596e46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522392
@ -2,29 +2,30 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= os-win
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 4.3.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Windows / Hyper-V library for openstack projects
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Windows / Hyper-V library for OpenStack projects
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= \
|
||||
${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.20.0:devel/py-oslo.concurrency@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.0:devel/py-oslo.config@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.log>=3.30.0:devel/py-oslo.log@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.26.0:devel/py-oslo.concurrency@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1538418979
|
||||
SHA256 (os-win-3.0.1.tar.gz) = 88be670cb8c5bc5662b9959c88fddee36848b6556739772ee0629b46b8e7d875
|
||||
SIZE (os-win-3.0.1.tar.gz) = 202691
|
||||
TIMESTAMP = 1578401146
|
||||
SHA256 (os-win-4.3.2.tar.gz) = 8fb44f3b1798bbddb120da9d40df6b59d6b6045d16f8beb821fd97365b71dcd6
|
||||
SIZE (os-win-4.3.2.tar.gz) = 219724
|
||||
|
@ -1,4 +1,7 @@
|
||||
The library contains Windows / Hyper-V specific code commonly used in OpenStack
|
||||
projects and can be used in any other OpenStack projects where it is needed.
|
||||
os-win is a Windows / Hyper-V library for OpenStack projects.
|
||||
|
||||
WWW: https://pypi.org/project/os-win/
|
||||
This library contains Windows / Hyper-V specific code commonly used in OpenStack
|
||||
projects. The library can be used in any other OpenStack projects where it is
|
||||
needed.
|
||||
|
||||
WWW: https://github.com/openstack/os-win
|
||||
|
Loading…
Reference in New Issue
Block a user