- update to py-paste-script-1.6.3
- BUILD_DEPENDS=${RUN_DEPENDS}, so that it doesn't try to fetch sources of dependencies while building ok wcmaier@
This commit is contained in:
parent
53c8129e05
commit
541cd404c7
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/04/15 09:34:57 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2008/07/11 00:27:26 martynas Exp $
|
||||
|
||||
COMMENT= pluggable command-line frontend
|
||||
|
||||
MODPY_EGG_VERSION= 1.6.2
|
||||
MODPY_EGG_VERSION= 1.6.3
|
||||
DISTNAME= PasteScript-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-paste-script-${MODPY_EGG_VERSION}
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= http://cheeseshop.python.org/packages/source/P/PasteScript/
|
||||
|
||||
MODULES= lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/py-cheetah \
|
||||
::devel/py-wsgiutils \
|
||||
::www/py-flup \
|
||||
@ -36,6 +37,6 @@ MODPY_SETUPTOOLS= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-paste-script
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/py-paste-script/
|
||||
cd ${WRKSRC}/docs && pax -rw * $ ${PREFIX}/share/doc/py-paste-script/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (PasteScript-1.6.2.tar.gz) = 3zHEua2cXmEsFqwlS7+Vwg==
|
||||
RMD160 (PasteScript-1.6.2.tar.gz) = VH3y3hZBBpzGkBgeUUIxDNXHP4A=
|
||||
SHA1 (PasteScript-1.6.2.tar.gz) = I5o7IHXsgfM4BcI31sTCmucbNpI=
|
||||
SHA256 (PasteScript-1.6.2.tar.gz) = MUfyn2g8ho2ymViXGkhEPaZZPB3yT/pVeZdPFUKhV0w=
|
||||
SIZE (PasteScript-1.6.2.tar.gz) = 116880
|
||||
MD5 (PasteScript-1.6.3.tar.gz) = 2RrX4D0H+UoyBv7xPBjPSQ==
|
||||
RMD160 (PasteScript-1.6.3.tar.gz) = UGMlwx8AVj6ptHdI/jpfGMeYpmQ=
|
||||
SHA1 (PasteScript-1.6.3.tar.gz) = O6C5HFJO49183zDeAyKZhDej4cI=
|
||||
SHA256 (PasteScript-1.6.3.tar.gz) = /AxTIr8dQDcsu/QQvRg5lN232AzAL+w2FOMm+VuWtl4=
|
||||
SIZE (PasteScript-1.6.3.tar.gz) = 120403
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/04/15 09:34:57 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/07/11 00:27:26 martynas Exp $
|
||||
bin/paster
|
||||
lib/python${MODPY_VERSION}/site-packages/PasteScript-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/PasteScript-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
@ -85,9 +85,22 @@ lib/python${MODPY_VERSION}/site-packages/paste/script/wsgiserver/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paste/script/wsgiutils_server.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paste/script/wsgiutils_server.pyc
|
||||
share/doc/py-paste-script/
|
||||
share/doc/py-paste-script/_static/
|
||||
share/doc/py-paste-script/_static/paste.css
|
||||
share/doc/py-paste-script/_templates/
|
||||
share/doc/py-paste-script/_templates/layout.html
|
||||
share/doc/py-paste-script/conf.py
|
||||
share/doc/py-paste-script/developer.txt
|
||||
share/doc/py-paste-script/example_app.ini
|
||||
share/doc/py-paste-script/example_cgi_app.ini
|
||||
share/doc/py-paste-script/index.txt
|
||||
share/doc/py-paste-script/license.txt
|
||||
share/doc/py-paste-script/modules/
|
||||
share/doc/py-paste-script/modules/checkperms.txt
|
||||
share/doc/py-paste-script/modules/command.txt
|
||||
share/doc/py-paste-script/modules/copydir.txt
|
||||
share/doc/py-paste-script/modules/filemaker.txt
|
||||
share/doc/py-paste-script/modules/templates.txt
|
||||
share/doc/py-paste-script/modules/testapp.txt
|
||||
share/doc/py-paste-script/modules/util.secret.txt
|
||||
share/doc/py-paste-script/news.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user