aboutsummaryrefslogtreecommitdiff
path: root/net/py-wmi-query
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-wmi-query')
-rw-r--r--net/py-wmi-query/Makefile6
-rw-r--r--net/py-wmi-query/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/net/py-wmi-query/Makefile b/net/py-wmi-query/Makefile
index 5b5fd4e79322..93d276898630 100644
--- a/net/py-wmi-query/Makefile
+++ b/net/py-wmi-query/Makefile
@@ -1,17 +1,19 @@
PORTNAME= wmi-query
PORTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= contato@kanazuchi.com
COMMENT= Python scripts to get wmi data classes in a dict
+WWW= https://github.com/kanazux/wmi-query
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket@${PY_FLAVOR}
-USES= python:3.6+
+USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
diff --git a/net/py-wmi-query/pkg-descr b/net/py-wmi-query/pkg-descr
index cb2770e22c0a..e2bb8acf3d27 100644
--- a/net/py-wmi-query/pkg-descr
+++ b/net/py-wmi-query/pkg-descr
@@ -1,5 +1,3 @@
Simple Python lib to get wmi data classes in a dict.
The script wmi_query make a query and print on the screen the wmi class object.
Both keys and values will be printed for each object returned by the query.
-
-WWW: https://github.com/kanazux/wmi-query