Update textproc/py-python-augeas to version 1.0.3.
PR: 221994 Submitted by: olgeni Approved by: maintainer
This commit is contained in:
parent
7948ed4bc5
commit
5e3b20d0f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449630
3 changed files with 15 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-augeas
|
||||
PORTVERSION= 0.5.0
|
||||
PORTVERSION= 1.0.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,11 +12,12 @@ COMMENT= Pure python bindings for Augeas
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi
|
||||
LIB_DEPENDS= libaugeas.so:textproc/augeas
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils
|
||||
|
||||
GH_ACCOUNT= hercules-team
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (hercules-team-python-augeas-v0.5.0_GH0.tar.gz) = e610f503fd32de6f546bdb87090d39f97104109137077d6983c43e1ced64033b
|
||||
SIZE (hercules-team-python-augeas-v0.5.0_GH0.tar.gz) = 91132
|
||||
TIMESTAMP = 1504345292
|
||||
SHA256 (hercules-team-python-augeas-v1.0.3_GH0.tar.gz) = 9a420a90a44b4378d7ddd34654dc70a76bc0d68139d4aba61f2aea1696eaa495
|
||||
SIZE (hercules-team-python-augeas-v1.0.3_GH0.tar.gz) = 92585
|
||||
|
|
9
textproc/py-python-augeas/pkg-plist
Normal file
9
textproc/py-python-augeas/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%PYTHON_SITELIBDIR%%/augeas.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/augeas.py
|
||||
%%PYTHON_SITELIBDIR%%/augeas.pyc
|
||||
%%PYTHON_SITELIBDIR%%/augeas/__init__.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/augeas/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/augeas/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/augeas/ffi.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/augeas/ffi.py
|
||||
%%PYTHON_SITELIBDIR%%/augeas/ffi.pyc
|
Loading…
Reference in a new issue