1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-10 23:00:09 +00:00
parent a6f78ce070
commit 44524ce390
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464099
4 changed files with 31 additions and 0 deletions

View File

@ -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

21
www/py-swapper/Makefile Normal file
View File

@ -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>

3
www/py-swapper/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520708887
SHA256 (swapper-1.1.0.tar.gz) = bcd162c85d3906f6aabd3970e854041b4327e67d0fc96d07e234a85d96131425
SIZE (swapper-1.1.0.tar.gz) = 8046

6
www/py-swapper/pkg-descr Normal file
View File

@ -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