diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-28 21:20:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-28 21:20:14 +0800 |
commit | 24d2806852c0d8aa72f64c3bda79ddd49cc9d300 (patch) | |
tree | 95608fce7bc80ef3de083d42f0338bc74a7bdf2c /ports-mgmt/Makefile | |
parent | 1ba03a592341f8dac7009cd86616a568336f58c5 (diff) | |
download | freebsd-ports-gnome-24d2806852c0d8aa72f64c3bda79ddd49cc9d300.tar.gz freebsd-ports-gnome-24d2806852c0d8aa72f64c3bda79ddd49cc9d300.tar.zst freebsd-ports-gnome-24d2806852c0d8aa72f64c3bda79ddd49cc9d300.zip |
pytoport provides a way to quickly generate the barebones of a Python package
by simply providing the name of the module to the command. It accesses the
PyPI JSON API and does its best to generate a fully functional Makefile and
distinfo where sources are found.
WWW: https://github.com/freebsd/pytoport
PR: 205636
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 47cf7afa1632..1c0aa62bc102 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -61,6 +61,7 @@ SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch + SUBDIR += py-pytoport SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel |