mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
23
python/py-transaction/Makefile
Normal file
23
python/py-transaction/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD: head/python/py-transaction/Makefile 416695 2016-06-10 21:31:59Z cs $
|
||||
|
||||
PORTNAME= transaction
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Transaction management for Python
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:python/py-zope.interface@${PY_FLAVOR}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-build:
|
||||
${FIND} ${WRKSRC}/ -name '*~' -delete
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
python/py-transaction/distinfo
Normal file
3
python/py-transaction/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1465593717
|
||||
SHA256 (transaction-1.6.0.tar.gz) = 3a053d39b393fa0577d529c3f45ee711f988ec95903a6bfd67842bc4a5307855
|
||||
SIZE (transaction-1.6.0.tar.gz) = 66819
|
||||
4
python/py-transaction/pkg-descr
Normal file
4
python/py-transaction/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
py-transaction contains a generic transaction implementation
|
||||
for Python. It is mainly used by the ZODB, though.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/transaction/
|
||||
Reference in New Issue
Block a user