diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-12-26 18:33:18 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-12-26 18:33:18 +0000 |
commit | c889c66fce4cad9f8d16b0eb04dbd1e6a1b9efce (patch) | |
tree | 87be112be9b178bdaeee447acb6bb89e84dd92a6 /www/py-flup6/pkg-descr | |
parent | d1dcd7daf3a186914fecf49fee9ab8be8c59b07b (diff) | |
download | ports-c889c66fce4cad9f8d16b0eb04dbd1e6a1b9efce.tar.gz ports-c889c66fce4cad9f8d16b0eb04dbd1e6a1b9efce.zip |
- Change to flup6, a fork supports py3k
- Pass maintainership to submitter
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
Notes
Notes:
svn path=/head/; revision=457300
Diffstat (limited to 'www/py-flup6/pkg-descr')
-rw-r--r-- | www/py-flup6/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-flup6/pkg-descr b/www/py-flup6/pkg-descr new file mode 100644 index 000000000000..05c78841cd4b --- /dev/null +++ b/www/py-flup6/pkg-descr @@ -0,0 +1,6 @@ +This Python package is a random collection of WSGI modules + +It is a fork of Allan Saddi's flup package, and is intended to +support both python2 and python3 from a single code base. + +WWW: https://bitbucket.org/denisenkom/flup |