mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
- Use GITHUB mastersite instead of CHEESESHOP - remove USE_PYTHON version limit (Python3 Ready) - tweak TESTS_DESC - allow OPTIONSFILE to be overridden - re-order TEST_DEPENDS and replace py-nose with py-test in it - add {TEST,RUN}_DEPENDS to BUILD_DEPENDS when TESTS option is selected - patch out pytest-cov from requirements_dev.txt - update regression-test target bits - fix plist for python >= 3.2, while here PR: 173901 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
5 lines
165 B
Text
5 lines
165 B
Text
--- ./requirements_dev.txt.orig 2012-11-20 18:50:15.000000000 +1100
|
|
+++ ./requirements_dev.txt 2012-11-20 18:50:21.000000000 +1100
|
|
@@ -1,2 +1 @@
|
|
pytest
|
|
-pytest-cov
|