FreeBSD Bugzilla – Attachment 196931 Details for
Bug 230283
sysutils/py-pywatchman: Update to 1.4.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update; Add test switch
py-pywatchman (text/plain), 2.01 KB, created by
Nathan
on 2018-09-06 22:35:57 UTC
(
hide
)
Description:
Update; Add test switch
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-09-06 22:35:57 UTC
Size:
2.01 KB
patch
obsolete
>sysutils/py-pywatchman: > >* Update to 4.9.0 >* Add missing LICENSE info >* Add if armv6,aarch64 to use only py27 > -- if py36 is used, some file touches filesystem > >Index: sysutils/py-pywatchman/Makefile >=================================================================== >--- sysutils/py-pywatchman/Makefile (revision 479017) >+++ sysutils/py-pywatchman/Makefile (working copy) >@@ -1,24 +1,42 @@ > # $FreeBSD$ > > PORTNAME= pywatchman >-PORTVERSION= 1.3.0 >-PORTREVISION= 1 >+PORTVERSION= 4.9.0 >+DISTVERSIONPREFIX=v > CATEGORIES= sysutils python >-MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= linpct@gmail.com > COMMENT= Watchman client for Python > >-LICENSE= BSD3CLAUSE >+LICENSE= BSD3CLAUSE MIT >+LICENSE_COMB= multi > >+BROKEN_mips= Depends on watchman, which needs c++11-libs >+BROKEN_mips64= Depends on watchman, which needs c++11-libs >+ > RUN_DEPENDS= watchman>=4:sysutils/watchman > >-USES= python:2.7 >-USE_PYTHON= autoplist distutils >+USES= python >+USE_PYTHON= autoplist concurrent distutils > >+USE_GITHUB= yes >+GH_ACCOUNT= facebook >+GH_PROJECT= watchman >+ >+WRKSRC_SUBDIR= python >+ >+.include <bsd.port.options.mk> >+ >+.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" >+USES= python:2.7 >+.endif >+ > post-install: >- ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ >- -name '*.so' -exec ${STRIP_CMD} {} + >+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so" \ >+ -exec ${STRIP_CMD} {} + > >+do-test: >+ cd ${WRKSRC} ; ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ > .include <bsd.port.mk> >Index: sysutils/py-pywatchman/distinfo >=================================================================== >--- sysutils/py-pywatchman/distinfo (revision 479017) >+++ sysutils/py-pywatchman/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (pywatchman-1.3.0.tar.gz) = c3d5be183b5b04f6ad575fc71b06dd196185dea1558d9f4d0598ba9beaab8245 >-SIZE (pywatchman-1.3.0.tar.gz) = 16873 >+TIMESTAMP = 1536195383 >+SHA256 (facebook-watchman-v4.9.0_GH0.tar.gz) = 1f6402dc70b1d056fffc3748f2fdcecff730d8843bb6936de395b3443ce05322 >+SIZE (facebook-watchman-v4.9.0_GH0.tar.gz) = 3507999
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval?
(linpct)
Actions:
View
|
Diff
Attachments on
bug 230283
:
195748
|
195749
|
195750
|
196906
| 196931