mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-python-augeas/Makefile
Normal file
21
python/py-python-augeas/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# $FreeBSD: head/textproc/py-python-augeas/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= python-augeas
|
||||
PORTVERSION= 1.0.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= johan@stromnet.se
|
||||
COMMENT= Pure python bindings for Augeas
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:python/py-cffi@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libaugeas.so:text/augeas
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= distutils py3kplist
|
||||
|
||||
GH_ACCOUNT= hercules-team
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-python-augeas/distinfo
Normal file
3
python/py-python-augeas/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
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
|
||||
3
python/py-python-augeas/pkg-descr
Normal file
3
python/py-python-augeas/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Pure python bindings for Augeas
|
||||
|
||||
WWW: http://augeas.net
|
||||
9
python/py-python-augeas/pkg-plist
Normal file
9
python/py-python-augeas/pkg-plist
Normal file
@@ -0,0 +1,9 @@
|
||||
%%PYTHON_SITELIBDIR%%/augeas.py
|
||||
%%PYTHON_SITELIBDIR%%/augeas.pyc
|
||||
%%PYTHON_SITELIBDIR%%/augeas.pyo
|
||||
%%PYTHON_SITELIBDIR%%/augeas/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/augeas/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/augeas/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/augeas/ffi.py
|
||||
%%PYTHON_SITELIBDIR%%/augeas/ffi.pyc
|
||||
%%PYTHON_SITELIBDIR%%/augeas/ffi.pyo
|
||||
Reference in New Issue
Block a user