Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145880737
D6280.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6280.id.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -4616,6 +4616,7 @@
SUBDIR += py3-gobject3
SUBDIR += py3-jsonschema
SUBDIR += py3-libpeas
+ SUBDIR += py3-nose
SUBDIR += py3-pyicu
SUBDIR += py3-python-magic
SUBDIR += py3-pytz
Index: head/devel/py-nose/Makefile
===================================================================
--- head/devel/py-nose/Makefile
+++ head/devel/py-nose/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/lgpl.txt
-USES= python
+USES?= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>
@@ -23,6 +23,6 @@
.if ${PYTHON_REL} >= 3000
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_tests
.endif
- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+ @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py
.include <bsd.port.post.mk>
Index: head/devel/py3-nose/Makefile
===================================================================
--- head/devel/py3-nose/Makefile
+++ head/devel/py3-nose/Makefile
@@ -0,0 +1,8 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-nose
+
+USES= python:3.1+
+
+.include "${MASTERDIR}/Makefile"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 26, 3:11 PM (7 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29005327
Default Alt Text
D6280.id.diff (1 KB)
Attached To
Mode
D6280: [NEW PORT] devel/py3-nose: variant of devel/py-nose for Python 3.x
Attached
Detach File
Event Timeline
Log In to Comment