SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
devel/py-pip/Makefile
Normal file
25
devel/py-pip/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT= command-line tool for installing Python packages
|
||||
|
||||
MODPY_EGG_VERSION= 23.2.1
|
||||
|
||||
DISTNAME= pip-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://pip.pypa.io/en/stable/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
# No test suites in pypi tarball
|
||||
NO_TEST= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-pip/distinfo
Normal file
2
devel/py-pip/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pip-23.2.1.tar.gz) = +wvVQ1syAMYCtb9h0tQ8LxPALinBcHVnrn+8UU65+vI=
|
||||
SIZE (pip-23.2.1.tar.gz) = 2109449
|
2
devel/py-pip/pkg/DESCR
Normal file
2
devel/py-pip/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
pip is the package installer for Python. You can use pip to install
|
||||
packages from the Python Package Index and other indexes.
|
1609
devel/py-pip/pkg/PLIST
Normal file
1609
devel/py-pip/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue