diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-11 07:00:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-11 07:00:09 +0800 |
commit | f2189cff701b9c84d242a42b583c25ceb5b21b22 (patch) | |
tree | e9eadbd62e34fcac385f81228b4573f18d460812 | |
parent | 3688f642bcfc6b6dd38e534ea5a50f1af8d8ce28 (diff) | |
download | freebsd-ports-gnome-f2189cff701b9c84d242a42b583c25ceb5b21b22.tar.gz freebsd-ports-gnome-f2189cff701b9c84d242a42b583c25ceb5b21b22.tar.zst freebsd-ports-gnome-f2189cff701b9c84d242a42b583c25ceb5b21b22.zip |
Add py-swapper 1.1.0
Swapper is an unofficial API for the undocumented but very powerful Django
feature: swappable models. Swapper facilitates implementing arbitrary swappable
models in your own reusable apps.
WWW: https://pypi.python.org/pypi/swapper
WWW: https://github.com/wq/django-swappable-models
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-swapper/Makefile | 21 | ||||
-rw-r--r-- | www/py-swapper/distinfo | 3 | ||||
-rw-r--r-- | www/py-swapper/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ddadd3a1800e..27aead2ded06 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1861,6 +1861,7 @@ SUBDIR += py-spyne SUBDIR += py-sseclient SUBDIR += py-surl + SUBDIR += py-swapper SUBDIR += py-textile SUBDIR += py-tmdb3 SUBDIR += py-tornado diff --git a/www/py-swapper/Makefile b/www/py-swapper/Makefile new file mode 100644 index 000000000000..d87f626ca6f7 --- /dev/null +++ b/www/py-swapper/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= swapper +PORTVERSION= 1.1.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Unofficial Django swappable models API + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.6:www/py-django111@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include <bsd.port.mk> diff --git a/www/py-swapper/distinfo b/www/py-swapper/distinfo new file mode 100644 index 000000000000..be177a3a715b --- /dev/null +++ b/www/py-swapper/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520708887 +SHA256 (swapper-1.1.0.tar.gz) = bcd162c85d3906f6aabd3970e854041b4327e67d0fc96d07e234a85d96131425 +SIZE (swapper-1.1.0.tar.gz) = 8046 diff --git a/www/py-swapper/pkg-descr b/www/py-swapper/pkg-descr new file mode 100644 index 000000000000..dbb5559d1ef3 --- /dev/null +++ b/www/py-swapper/pkg-descr @@ -0,0 +1,6 @@ +Swapper is an unofficial API for the undocumented but very powerful Django +feature: swappable models. Swapper facilitates implementing arbitrary swappable +models in your own reusable apps. + +WWW: https://pypi.python.org/pypi/swapper +WWW: https://github.com/wq/django-swappable-models |