mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
devel/py-sysctl: Update to 0.3.0
Bring py-sysctl to 0.3.0, which features the following changes: * .value now lazy-loaded on first access to avoid the overhead of getting unused values * .description field added, also lazy-loaded on first access to minimize overhead * Support for CTL_SYSCTL_NEXTNOSKIP to include sysctls marked with CTLFLAG_SKIP once D26560 lands Reviewed by: wg Approved by: wg (ports, maintainer) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D26684
This commit is contained in:
parent
06efb3b6c2
commit
0211ccbc74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551534
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sysctl
|
||||
PORTVERSION= 0.2.20170726
|
||||
PORTVERSION= 0.3.20201005
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -17,6 +17,6 @@ USE_PYTHON= distutils autoplist
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= william-gr
|
||||
GH_PROJECT= py-sysctl
|
||||
GH_TAGNAME= 6b62e17
|
||||
GH_TAGNAME= eeb46ce2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1501094450
|
||||
SHA256 (william-gr-py-sysctl-0.2.20170726-6b62e17_GH0.tar.gz) = 79efc293cf420114fbe2e2575c2573762d17ccec0522e4993ab2d0f82bbd17cb
|
||||
SIZE (william-gr-py-sysctl-0.2.20170726-6b62e17_GH0.tar.gz) = 7636
|
||||
TIMESTAMP = 1601919905
|
||||
SHA256 (william-gr-py-sysctl-0.3.20201005-eeb46ce2_GH0.tar.gz) = b56045a1aee45b3ceb25d6c38a998988420a4fe2ffb84270c40e827f05e12abf
|
||||
SIZE (william-gr-py-sysctl-0.3.20201005-eeb46ce2_GH0.tar.gz) = 8075
|
||||
|
Loading…
Reference in New Issue
Block a user