FreeBSD Bugzilla – Attachment 204852 Details for
Bug 234311
net/py-gntp: Update to 1.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-gntp-1.0.3-v3.patch
py-gntp-1.0.3-v3.patch (text/plain), 1.93 KB, created by
Kai Knoblich
on 2019-06-06 09:34:00 UTC
(
hide
)
Description:
py-gntp-1.0.3-v3.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2019-06-06 09:34:00 UTC
Size:
1.93 KB
patch
obsolete
>Index: net/py-gntp/Makefile >=================================================================== >--- net/py-gntp/Makefile (revision 503511) >+++ net/py-gntp/Makefile (working copy) >@@ -1,10 +1,9 @@ > # $FreeBSD$ > > PORTNAME= gntp >-PORTVERSION= 0.8 >+PORTVERSION= 1.0.3 > DISTVERSIONPREFIX= v >-PORTREVISION= 6 >-CATEGORIES= net >+CATEGORIES= net python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= nivit@FreeBSD.org >@@ -13,12 +12,15 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python:2.7 >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ >+ gol:deskutils/growl-for-linux >+ >+USES= python > USE_GITHUB= yes > GH_ACCOUNT= kfdm >-USE_PYTHON= distutils autoplist >+USE_PYTHON= distutils autoplist concurrent > >-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} >+NO_ARCH= yes > > OPTIONS_DEFINE= DOCS > >@@ -29,4 +31,14 @@ > ${MKDIR} ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > >+# Two tests (test_double_resource + test_single_resource) in test_resources.py >+# always fail because desktutils/growl-for-linux isn't (yet) capable to handle >+# messages with embedded icons. >+# >+# To get succesful results from the remaining tests a running instance of "gol" >+# is required that is packaged with deskutils/growl-for-linux. >+do-test: >+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} && \ >+ ${TOUCH} ${WRKDIR}/.gntp && ${PYTHON_CMD} -m nose -v) >+ > .include <bsd.port.mk> >Index: net/py-gntp/distinfo >=================================================================== >--- net/py-gntp/distinfo (revision 503511) >+++ net/py-gntp/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (kfdm-gntp-v0.8_GH0.tar.gz) = 1e646e6b486c7367bb342f14230fa391265b134935b72e9e04b9e6bc372bd655 >-SIZE (kfdm-gntp-v0.8_GH0.tar.gz) = 38357 >+TIMESTAMP = 1558186402 >+SHA256 (kfdm-gntp-v1.0.3_GH0.tar.gz) = e9fde29e5ec37dfb77a7659018a7c7f65cb1411054c864eae137ce3d008f794f >+SIZE (kfdm-gntp-v1.0.3_GH0.tar.gz) = 39511
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:
kai
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 234311
:
200410
|
204806
|
204809
| 204852