devel/py-pyro: update to 4.47
This commit is contained in:
parent
999e11f163
commit
3c3bdd396d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420563
2 changed files with 11 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyro
|
||||
PORTVERSION= 4.42
|
||||
PORTVERSION= 4.47
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -23,10 +23,16 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}selectors34>0:devel/py-selectors34
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/docs/source && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Pyro4-4.42.tar.gz) = 03951643015a1537ad82fbf99fba6e208007447404aab1a020dce7216120d32a
|
||||
SIZE (Pyro4-4.42.tar.gz) = 503744
|
||||
TIMESTAMP = 1471616214
|
||||
SHA256 (Pyro4-4.47.tar.gz) = 9354b722f9f5965ade5839241c8d7ff06ec2fac678a2c9e197a63966da241c89
|
||||
SIZE (Pyro4-4.47.tar.gz) = 437077
|
||||
|
|
Loading…
Reference in a new issue