- 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
This commit is contained in:
Olivier Duchateau 2013-08-12 20:58:01 +00:00
parent f17b68679f
commit 4919c5822c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324640
4 changed files with 6 additions and 55 deletions

View file

@ -3,7 +3,7 @@
# #
PORTNAME= waitress PORTNAME= waitress
PORTVERSION= 0.8.5 PORTVERSION= 0.8.6
CATEGORIES= www python CATEGORIES= www python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -23,9 +23,7 @@ USE_PYDISTUTILS= easy_install
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" .include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif .endif
# Avoid to install patch files backup pre-patch:
post-patch: @${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC}
@cd ${WRKSRC} && \
${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \;
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
SHA256 (waitress-0.8.5.tar.gz) = 302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228 SHA256 (waitress-0.8.6.tar.gz) = 31ef2e854f5e374a086d727a0ebe9d405ddcaea7ac3e2958dfd8afd7e1952c7d
SIZE (waitress-0.8.5.tar.gz) = 112208 SIZE (waitress-0.8.6.tar.gz) = 114583

View file

@ -0,0 +1 @@
recursive-exclude waitress/tests *

View file

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