Index: databases/py-txredisapi/Makefile =================================================================== --- databases/py-txredisapi/Makefile (nonexistent) +++ databases/py-txredisapi/Makefile (working copy) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= txredisapi +DISTVERSION= 1.4.7 +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@skyforge.at +COMMENT= Non-blocking redis client for python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +# Keep the RUN_DEPENDS layout similar to the master/synapse/python_dependencies.py file +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@${PY_FLAVOR} \ + redis-server:databases/redis + +USES= python +USE_GITHUB= yes +USE_PYTHON= autoplist distutils + +GH_ACCOUNT= IlyaSkriblovsky +GH_PROJECT= txredisapi + +NO_ARCH= yes + +do-test: + cd ${WRKSRC} && PYTHONPATH="." trial-${PYTHON_VER} tests + +.include Property changes on: databases/py-txredisapi/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py-txredisapi/distinfo =================================================================== --- databases/py-txredisapi/distinfo (nonexistent) +++ databases/py-txredisapi/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590665977 +SHA256 (IlyaSkriblovsky-txredisapi-1.4.7_GH0.tar.gz) = dfaf204ab547eeddfcf54c81734a8a06dadbbf079fd01d9c27a788c7d770376e +SIZE (IlyaSkriblovsky-txredisapi-1.4.7_GH0.tar.gz) = 53969 Property changes on: databases/py-txredisapi/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py-txredisapi/pkg-descr =================================================================== --- databases/py-txredisapi/pkg-descr (nonexistent) +++ databases/py-txredisapi/pkg-descr (working copy) @@ -0,0 +1,4 @@ +txredisapi is a non-blocking client driver for the redis database, written in +python. It uses twisted for the asynchronous communication with redis. + +WWW: https://github.com/IlyaSkriblovsky/txredisapi Property changes on: databases/py-txredisapi/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property