aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2013-08-13 04:58:01 +0800
committerolivierd <olivierd@FreeBSD.org>2013-08-13 04:58:01 +0800
commitdf576534fba618c5c668a8199051206c85c21bff (patch)
tree403ba1df538e9e0d4c41c5e301177303de1a367a
parent0324cefb01014cffc557f47fa97c8710846347ae (diff)
downloadfreebsd-ports-gnome-df576534fba618c5c668a8199051206c85c21bff.tar.gz
freebsd-ports-gnome-df576534fba618c5c668a8199051206c85c21bff.tar.zst
freebsd-ports-gnome-df576534fba618c5c668a8199051206c85c21bff.zip
- Update to 0.8.6
- Remove SOURCES.txt patch replaced by MANIFEST.in (to exclude tests/ directory) ChangeLog: https://raw.github.com/Pylons/waitress/0.8.6/CHANGES.txt
-rw-r--r--www/py-waitress/Makefile8
-rw-r--r--www/py-waitress/distinfo4
-rw-r--r--www/py-waitress/files/MANIFEST.in1
-rw-r--r--www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt48
4 files changed, 6 insertions, 55 deletions
diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile
index 59f082929e99..5e3c37d794ae 100644
--- a/www/py-waitress/Makefile
+++ b/www/py-waitress/Makefile
@@ -3,7 +3,7 @@
#
PORTNAME= waitress
-PORTVERSION= 0.8.5
+PORTVERSION= 0.8.6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,9 +23,7 @@ USE_PYDISTUTILS= easy_install
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif
-# Avoid to install patch files backup
-post-patch:
- @cd ${WRKSRC} && \
- ${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \;
+pre-patch:
+ @${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC}
.include <bsd.port.post.mk>
diff --git a/www/py-waitress/distinfo b/www/py-waitress/distinfo
index 70ffb4cbbf8f..4caade6d31a8 100644
--- a/www/py-waitress/distinfo
+++ b/www/py-waitress/distinfo
@@ -1,2 +1,2 @@
-SHA256 (waitress-0.8.5.tar.gz) = 302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228
-SIZE (waitress-0.8.5.tar.gz) = 112208
+SHA256 (waitress-0.8.6.tar.gz) = 31ef2e854f5e374a086d727a0ebe9d405ddcaea7ac3e2958dfd8afd7e1952c7d
+SIZE (waitress-0.8.6.tar.gz) = 114583
diff --git a/www/py-waitress/files/MANIFEST.in b/www/py-waitress/files/MANIFEST.in
new file mode 100644
index 000000000000..78c5a6eeb1d9
--- /dev/null
+++ b/www/py-waitress/files/MANIFEST.in
@@ -0,0 +1 @@
+recursive-exclude waitress/tests *
diff --git a/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt b/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt
deleted file mode 100644
index 856026b79e99..000000000000
--- a/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt
+++ /dev/null
@@ -1,48 +0,0 @@
---- ./waitress.egg-info/SOURCES.txt.orig 2013-05-25 00:45:33.000000000 +0000
-+++ ./waitress.egg-info/SOURCES.txt 2013-05-25 21:06:17.000000000 +0000
-@@ -1,4 +1,3 @@
--.gitignore
- CHANGES.txt
- CONTRIBUTORS.txt
- COPYRIGHT.txt
-@@ -8,7 +7,6 @@
- setup.cfg
- setup.py
- tox.ini
--docs/.gitignore
- docs/Makefile
- docs/api.rst
- docs/arguments.rst
-@@ -39,31 +37,3 @@
- waitress.egg-info/not-zip-safe
- waitress.egg-info/requires.txt
- waitress.egg-info/top_level.txt
--waitress/tests/__init__.py
--waitress/tests/support.py
--waitress/tests/test_adjustments.py
--waitress/tests/test_buffers.py
--waitress/tests/test_channel.py
--waitress/tests/test_compat.py
--waitress/tests/test_functional.py
--waitress/tests/test_init.py
--waitress/tests/test_parser.py
--waitress/tests/test_receiver.py
--waitress/tests/test_regression.py
--waitress/tests/test_runner.py
--waitress/tests/test_server.py
--waitress/tests/test_task.py
--waitress/tests/test_trigger.py
--waitress/tests/test_utilities.py
--waitress/tests/fixtureapps/__init__.py
--waitress/tests/fixtureapps/badcl.py
--waitress/tests/fixtureapps/echo.py
--waitress/tests/fixtureapps/error.py
--waitress/tests/fixtureapps/filewrapper.py
--waitress/tests/fixtureapps/getline.py
--waitress/tests/fixtureapps/groundhog1.jpg
--waitress/tests/fixtureapps/nocl.py
--waitress/tests/fixtureapps/runner.py
--waitress/tests/fixtureapps/sleepy.py
--waitress/tests/fixtureapps/toolarge.py
--waitress/tests/fixtureapps/writecb.py
-\ No newline at end of file