mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-zconfig/Makefile
Normal file
19
python/py-zconfig/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Landon Fuller <landonf@opendarwin.org>
|
||||
# $FreeBSD: head/devel/py-zconfig/Makefile 391330 2015-07-04 21:07:29Z rm $
|
||||
|
||||
PORTNAME= zconfig
|
||||
PORTVERSION= 3.0.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ZConfig-${PORTVERSION}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= General use python configuration library
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-zconfig/distinfo
Normal file
2
python/py-zconfig/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/ZConfig-3.0.4.tar.gz) = 7db2f932e74730eb5302e16964f9997121b5381738ac87ddf9559b5df2a0bffe
|
||||
SIZE (zope/ZConfig-3.0.4.tar.gz) = 260105
|
||||
8
python/py-zconfig/pkg-descr
Normal file
8
python/py-zconfig/pkg-descr
Normal file
@@ -0,0 +1,8 @@
|
||||
ZConfig is a general use Python configuration library. It supports a
|
||||
hierarchical schema-driven configuration model that allows a schema to
|
||||
specify data conversion routines written in Python. ZConfig's model is
|
||||
very different from the model support by the ConfigParser module
|
||||
found in Python's standard library, and is more suitable to
|
||||
configuration-intensive applications.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/ZConfig/
|
||||
Reference in New Issue
Block a user