Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154880465
D4509.id11120.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D4509.id11120.diff
View Options
Index: head/math/py-patsy/Makefile
===================================================================
--- head/math/py-patsy/Makefile
+++ head/math/py-patsy/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= patsy
-PORTVERSION= 0.2.1
-PORTREVISION= 3
+PORTVERSION= 0.4.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +13,12 @@
LICENSE= BSD3CLAUSE PSFL
LICENSE_COMB= multi
-BUILD_DEPENDS= ${PYNUMPY}
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
-USES= python
+USES= python zip
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
PORTDOCS= API-reference.rst \
R-comparison.rst \
@@ -40,9 +40,10 @@
OPTIONS_DEFINE= DOCS EXAMPLES
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/_examples/|} ${STAGEDIR}${EXAMPLESDIR}
Index: head/math/py-patsy/distinfo
===================================================================
--- head/math/py-patsy/distinfo
+++ head/math/py-patsy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (patsy-0.2.1.tar.gz) = 31374ce25275813d8f1c48bdda40bba06f7a16cce7dcdfad73f43a555393d065
-SIZE (patsy-0.2.1.tar.gz) = 316115
+SHA256 (patsy-0.4.1.zip) = dc1cc280045b0e6e50c04706fd1e26d2a00ea400aa112f88e8142f88b0b7d3d4
+SIZE (patsy-0.4.1.zip) = 425390
Index: head/math/py-patsy/files/patch-setup.py
===================================================================
--- head/math/py-patsy/files/patch-setup.py
+++ head/math/py-patsy/files/patch-setup.py
@@ -1,10 +1,10 @@
---- ./setup.py.orig 2013-08-20 18:59:30.000000000 +0300
-+++ ./setup.py 2013-11-11 16:18:52.782247350 +0200
-@@ -27,7 +27,6 @@
+--- setup.py.orig 2015-12-08 02:16:42 UTC
++++ setup.py
+@@ -21,7 +21,6 @@ setup(
license="2-clause BSD",
packages=["patsy"],
url="https://github.com/pydata/patsy",
-- install_requires=["numpy"],
+- install_requires=["six", "numpy"],
classifiers =
[ "Development Status :: 4 - Beta",
"Intended Audience :: Developers",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 5:57 PM (12 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32537324
Default Alt Text
D4509.id11120.diff (2 KB)
Attached To
Mode
D4509: - Update to 0.4.1
Attached
Detach File
Event Timeline
Log In to Comment