FreeBSD Bugzilla – Attachment 221255 Details for
Bug 249382
net/py-netaddr: Update to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-netaddr-0.8.0.patch
py-netaddr-0.8.0.patch (text/plain), 2.48 KB, created by
Kai Knoblich
on 2021-01-03 21:38:17 UTC
(
hide
)
Description:
py-netaddr-0.8.0.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2021-01-03 21:38:17 UTC
Size:
2.48 KB
patch
obsolete
>Index: net/py-netaddr/Makefile >=================================================================== >--- net/py-netaddr/Makefile (revision 560016) >+++ net/py-netaddr/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= netaddr >-PORTVERSION= 0.7.19 >-PORTREVISION= 1 >+PORTVERSION= 0.8.0 > CATEGORIES= net python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,15 +20,21 @@ > > NO_ARCH= yes > >+PORTDOCS= AUTHORS CHANGELOG README.rst >+ > OPTIONS_DEFINE= DOCS > >-PORTDOCS= AUTHORS CHANGELOG README.md >+.include <bsd.port.pre.mk> > >+.if ${PYTHON_REL} < 3700 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR} >+.endif >+ > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > > do-test: >- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest >+ @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: net/py-netaddr/distinfo >=================================================================== >--- net/py-netaddr/distinfo (revision 560016) >+++ net/py-netaddr/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1496725761 >-SHA256 (netaddr-0.7.19.tar.gz) = 38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd >-SIZE (netaddr-0.7.19.tar.gz) = 1622835 >+TIMESTAMP = 1609686315 >+SHA256 (netaddr-0.8.0.tar.gz) = d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243 >+SIZE (netaddr-0.8.0.tar.gz) = 1891561 >Index: net/py-netaddr/files/patch-setup.py >=================================================================== >--- net/py-netaddr/files/patch-setup.py (revision 560016) >+++ net/py-netaddr/files/patch-setup.py (nonexistent) >@@ -1,14 +0,0 @@ >---- setup.py.orig 2017-01-11 23:42:52 UTC >-+++ setup.py >-@@ -174,11 +174,6 @@ def main(): >- scripts=['netaddr/tools/netaddr'], >- url='https://github.com/drkjam/netaddr/', >- version=netaddr.__version__, >-- options={ >-- 'build_scripts': { >-- 'executable': '/usr/bin/env python', >-- }, >-- }, >- ) >- >- setup(**setup_options) > >Property changes on: net/py-netaddr/files/patch-setup.py >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 249382
: 221255