mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- Update to 1.5.6
- Use new options helper Release Notes: https://pip.pypa.io/en/latest/news.html
This commit is contained in:
parent
7240ff336f
commit
3a840a5cb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354477
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pip
|
||||
PORTVERSION= 1.5.4
|
||||
PORTVERSION= 1.5.6
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -11,8 +11,11 @@ COMMENT= Tool for installing and managing Python packages
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
||||
DOCS_MAKE_ENV= HOME=${WRKDIR}
|
||||
|
||||
GH_ACCOUNT= pypa
|
||||
GH_COMMIT= e3f9e25
|
||||
GH_COMMIT= 437fb31
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
@ -37,9 +40,7 @@ TOX_CMD= ${LOCALBASE}/bin/tox
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
MAKE_ENV+= HOME=${WRKDIR}
|
||||
PYDISTUTILS_BUILD_TARGET+= build_sphinx -n --all-files --fresh-env
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pip-1.5.4.tar.gz) = 349c6a982ce4f2dc54afcb2f278de0e90bd9b3154f05f2716acfd27803b1a766
|
||||
SIZE (pip-1.5.4.tar.gz) = 7856822
|
||||
SHA256 (pip-1.5.6.tar.gz) = a4607a8a193895bacc8b9b9ed7c5a1f825bd3ff3392cdeb965d25eecfcf6168d
|
||||
SIZE (pip-1.5.6.tar.gz) = 7721249
|
||||
|
@ -60,8 +60,8 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/usage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user_guide.html
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/reference
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_static
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_sources/reference
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_sources
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_static
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/reference
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user