mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 1.4.2
PR: 227838 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc.
This commit is contained in:
parent
865e9ff0de
commit
bea2a4f0cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470429
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkginfo
|
||||
DISTVERSION= 1.4.1
|
||||
DISTVERSION= 1.4.2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -10,9 +10,21 @@ MAINTAINER= che@bein.link
|
||||
COMMENT= Query metadatdata from sdists / bdists / installed packages
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
|
||||
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}/build/sphinx/html && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
|
||||
"! -name .buildinfo -and ! -name objects.inv")
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1508436879
|
||||
SHA256 (pkginfo-1.4.1.tar.gz) = bb1a6aeabfc898f5df124e7e00303a5b3ec9a489535f346bfbddb081af93f89e
|
||||
SIZE (pkginfo-1.4.1.tar.gz) = 32001
|
||||
TIMESTAMP = 1524990990
|
||||
SHA256 (pkginfo-1.4.2.tar.gz) = 5878d542a4b3f237e359926384f1dde4e099c9f5525d236b1840cf704fa8d474
|
||||
SIZE (pkginfo-1.4.2.tar.gz) = 33539
|
||||
|
Loading…
Reference in New Issue
Block a user