12 Commits

Author SHA1 Message Date
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
danj
d6a3237c73 Remove mariani@ as maintainer per his request 2019-05-05 15:44:12 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
mariani
439b8beba0 - Updating py-jedi from 0.13.1 to 0.13.2
OK bket@
OK danj@
2018-12-29 11:45:58 +00:00
ajacoutot
056bba1a0f Update to py-jedi-0.13.1.
from Elias M. Mariani (maintainer)
2018-11-07 08:16:09 +00:00
shadchin
6a14b5647f Update to py-jedi 0.12.1
From Elias M. Mariani <marianielias A gmail D com> (new maintainer) and
small tweak from me.
2018-07-15 23:04:32 +00:00
shadchin
7af8c39706 Update to py-jedi 0.10.2 2017-04-22 21:57:42 +00:00
shadchin
d5bcc2ed6a Update to py-jedi 0.10.0 2017-03-05 18:25:25 +00:00
landry
c7f996f899 bump ports depending on python3 in devel 2017-01-03 19:19:48 +00:00
shadchin
035923da71 Import py-jedi 0.9.0, ok edd@
Jedi is a static analysis tool for Python that can be used in IDEs/editors.
Its historic focus is autocompletion, but does static analysis for now as
well. Jedi is fast and is very well tested. It understands Python on a deeper
level than all other static analysis frameworks for Python.

Jedi has support for two different goto functions. Jedi understands
docstrings and you can use Jedi autocompletion in your REPL as well.
2016-12-14 14:17:31 +00:00