mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 4.9.0
- Add missing LICENSE info - Support python36 for i386/amd64 - Fallback on armv6,aarch64 to py27 - Switch to github PR: 230283 Submitted by: ndowens@yahoo.com Approved by: maintainer Sponsored by: iXsystems Inc.
This commit is contained in:
parent
532e50a2cf
commit
1982cb35fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489974
2 changed files with 29 additions and 10 deletions
|
@ -1,24 +1,42 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pywatchman
|
PORTNAME= pywatchman
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 4.9.0
|
||||||
PORTREVISION= 1
|
DISTVERSIONPREFIX=v
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= CHEESESHOP
|
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= linpct@gmail.com
|
MAINTAINER= linpct@gmail.com
|
||||||
COMMENT= Watchman client for Python
|
COMMENT= Watchman client for Python
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE MIT
|
||||||
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
RUN_DEPENDS= watchman>=4:sysutils/watchman
|
RUN_DEPENDS= watchman>=4:sysutils/watchman
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= facebook
|
||||||
|
GH_PROJECT= watchman
|
||||||
|
|
||||||
|
BROKEN_mips= Depends on watchman, which needs c++11-libs
|
||||||
|
BROKEN_mips64= Depends on watchman, which needs c++11-libs
|
||||||
|
|
||||||
|
WRKSRC_SUBDIR= python
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "armv6" || ${ARCH} == "aarch64"
|
||||||
USES= python:2.7
|
USES= python:2.7
|
||||||
USE_PYTHON= autoplist distutils
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so" \
|
||||||
-name '*.so' -exec ${STRIP_CMD} {} +
|
-exec ${STRIP_CMD} {} +
|
||||||
|
|
||||||
|
do-test:
|
||||||
|
cd ${WRKSRC} ; ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (pywatchman-1.3.0.tar.gz) = c3d5be183b5b04f6ad575fc71b06dd196185dea1558d9f4d0598ba9beaab8245
|
TIMESTAMP = 1536195383
|
||||||
SIZE (pywatchman-1.3.0.tar.gz) = 16873
|
SHA256 (facebook-watchman-v4.9.0_GH0.tar.gz) = 1f6402dc70b1d056fffc3748f2fdcecff730d8843bb6936de395b3443ce05322
|
||||||
|
SIZE (facebook-watchman-v4.9.0_GH0.tar.gz) = 3507999
|
||||||
|
|
Loading…
Add table
Reference in a new issue