Skip to content
Snippets Groups Projects
Verified Commit 2ebcebda authored by sunpoet's avatar sunpoet
Browse files

net/py-softlayer: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
parent 384d8cf1
No related branches found
No related tags found
No related merge requests found
PORTNAME= softlayer
PORTVERSION= 6.1.11
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -12,6 +13,8 @@ WWW= https://github.com/softlayer/softlayer-python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prettytable>=2.5.0:devel/py-prettytable@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \
......@@ -21,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
......
--- setup.py.orig 2023-12-20 21:04:33 UTC
+++ setup.py
@@ -14,7 +14,7 @@ setup(
LONG_DESCRIPTION = DESCRIPTION
setup(
- name='SoftLayer',
+ name='softlayer',
version='v6.1.11',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
@@ -39,7 +39,7 @@ setup(
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment