Move devel/py-usb to devel/py-pyusb
- While I'm here: - Fix USE_GITHUB usage - Add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change PR: 246547 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days)
This commit is contained in:
1
MOVED
1
MOVED
@@ -15109,3 +15109,4 @@ www/redmine-wiki_notes|www/redmine4|2020-06-25|Removed, build-time extension of
|
||||
devel/p5-IO-stringy|devel/p5-IO-Stringy|2020-06-26|New development starts as IO-Stringy
|
||||
devel/looks|devel/jgoodies-looks|2020-06-26|Renamed to match upstream
|
||||
comms/py-serial|comms/py-pyserial|2020-06-27|Rename to match upstream naming
|
||||
devel/py-usb|devel/py-pyusb|2020-06-27|Rename to match upstream naming
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= k40-whisperer
|
||||
DISTVERSION= 0.45
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad python
|
||||
MASTER_SITES= http://www.scorchworks.com/K40whisperer/
|
||||
DISTNAME= K40_Whisperer-${DISTVERSION}_src
|
||||
@@ -13,7 +14,7 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyusb>0:devel/py-pyusb@${PY_FLAVOR} \
|
||||
${PY_PILLOW}
|
||||
|
||||
USES= python:run,-3.7 shebangfix zip
|
||||
|
||||
@@ -4961,6 +4961,7 @@
|
||||
SUBDIR += py-pytz
|
||||
SUBDIR += py-pyudev
|
||||
SUBDIR += py-pyupgrade
|
||||
SUBDIR += py-pyusb
|
||||
SUBDIR += py-pyutil
|
||||
SUBDIR += py-pyvalid
|
||||
SUBDIR += py-pyvisa
|
||||
@@ -5174,7 +5175,6 @@
|
||||
SUBDIR += py-urlimport
|
||||
SUBDIR += py-urwid
|
||||
SUBDIR += py-urwidtrees
|
||||
SUBDIR += py-usb
|
||||
SUBDIR += py-user_agents
|
||||
SUBDIR += py-userpath
|
||||
SUBDIR += py-utils
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= usb
|
||||
PORTNAME= pyusb
|
||||
PORTVERSION= 1.0.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@@ -14,9 +15,8 @@ USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pyusb
|
||||
GH_PROJECT= py${PORTNAME}
|
||||
GH_TAGNAME= 47ca9c3
|
||||
|
||||
#NO_ARCH= yes
|
||||
|
||||
PORTDOCS= *.rst
|
||||
|
||||
3
devel/py-pyusb/distinfo
Normal file
3
devel/py-pyusb/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1593249363
|
||||
SHA256 (pyusb-pyusb-v1.0.2_GH0.tar.gz) = 49dfa601f28e9399df62004170cfb623197ad32d8399885b7f789775767b50c3
|
||||
SIZE (pyusb-pyusb-v1.0.2_GH0.tar.gz) = 68694
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= pyvisa-py
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -23,6 +24,6 @@ SERIAL_DESC= Access to devices via RS-232
|
||||
USB_DESC= Access to devices via USB
|
||||
|
||||
SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR}
|
||||
USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR}
|
||||
USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1516480606
|
||||
SHA256 (pyusb-pyusb-1.0.2-47ca9c3_GH0.tar.gz) = 1a7d15e3de08cff86c23c5c3848ed0579aceb6270537186664be5b20eff3c7ba
|
||||
SIZE (pyusb-pyusb-1.0.2-47ca9c3_GH0.tar.gz) = 68697
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= odoo
|
||||
PORTVERSION= 13.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance www
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@@ -33,7 +34,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \
|
||||
${PYTHON_PKGNAMEPREFIX}polib>=0:devel/py-polib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}vatnumber>=0:finance/py-vatnumber@${PY_FLAVOR} \
|
||||
${PY_PILLOW} \
|
||||
${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${PY_FLAVOR} \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= yubikey-manager
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -19,7 +20,7 @@ RUN_DEPENDS= ${PY_ENUM34} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyusb>0:devel/py-pyusb@${PY_FLAVOR} \
|
||||
RSA_SecurID_getpasswd:devel/libccid \
|
||||
pcsc-spy:devel/pcsc-lite \
|
||||
u2f-host:security/libu2f-host \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= leviathan
|
||||
PORTVERSION= 0.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -12,7 +13,7 @@ COMMENT= Application to control and monitor NZXT (Asetek) liquid coolers
|
||||
LICENSE= GPLv2
|
||||
#LICENSE_FILE= Not packaged with PyPI sdist
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= liquidctl
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
Reference in New Issue
Block a user