mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/py-nnpy: Update to 1.4.2
Additional port changes: * Chanegd to DISTVERSION * Added LICENSE_FILE * Shadowed command in post-install Submitted by: portscout Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
807bcf28f7
commit
fbd4e9e74b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461553
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nnpy
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.4.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= cffi-based Python bindings for nanomsg
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libnanomsg.so:net/nanomsg
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${FLAVOR}
|
||||
|
@ -20,6 +20,6 @@ USES= python
|
|||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_nnpy*.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_nnpy*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1474812754
|
||||
SHA256 (nnpy-1.3.tar.gz) = 2b7e262e1c9154e637520a7e31a9ca8f3d45ea00bdc764234b9255854833f5d6
|
||||
SIZE (nnpy-1.3.tar.gz) = 5528
|
||||
TIMESTAMP = 1518413878
|
||||
SHA256 (nnpy-1.4.2.tar.gz) = 52c1612f116294a7c87a27e49e027f3b55baefc9d279fbbf70e84d315d430ff9
|
||||
SIZE (nnpy-1.4.2.tar.gz) = 6355
|
||||
|
|
Loading…
Add table
Reference in a new issue