Skip to content

Commit

Permalink
net-mgmt/py-netutils: Update to 1.5.0
Browse files Browse the repository at this point in the history
* Switch to PEP517 build framework.

Changelog:

https://github.com/networktocode/netutils/releases/tag/v1.5.0
  • Loading branch information
knobix committed Aug 3, 2023
1 parent 00ae528 commit 3907ae4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 4 additions & 2 deletions net-mgmt/py-netutils/Makefile
@@ -1,5 +1,5 @@
PORTNAME= netutils
DISTVERSION= 1.4.1
DISTVERSION= 1.5.0
CATEGORIES= net-mgmt python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,10 @@ WWW= https://github.com/networktocode/netutils
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/py-netutils/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677150903
SHA256 (netutils-1.4.1.tar.gz) = 4f7501478d810bcd3c64edfe064fa8962a1572636f4fceee2538fc9d3616fbe2
SIZE (netutils-1.4.1.tar.gz) = 446568
TIMESTAMP = 1690888738
SHA256 (netutils-1.5.0.tar.gz) = c0d3a8836a030eca456a2e9291d02be1326e6d7fe4e88cb63b1155512001bb14
SIZE (netutils-1.5.0.tar.gz) = 458673
14 changes: 14 additions & 0 deletions net-mgmt/py-netutils/files/patch-pyproject.toml
@@ -0,0 +1,14 @@
Avoid installing LICENSE and README.md in the top-level directory of Python's
site-lib directory.

--- pyproject.toml.orig 2023-08-02 07:38:19 UTC
+++ pyproject.toml
@@ -19,8 +19,6 @@ include = [
"Programming Language :: Python :: 3.11",
]
include = [
- "LICENSE",
- "README.md",
"netutils/protocols.json"
]

0 comments on commit 3907ae4

Please sign in to comment.