mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
print/py-fontpens: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
dd0b5de31c
commit
18f7af1cb3
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= fontpens
|
PORTNAME= fontpens
|
||||||
PORTVERSION= 0.2.4
|
PORTVERSION= 0.2.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= print python
|
CATEGORIES= print python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,12 +13,14 @@ WWW= https://github.com/robotools/fontPens
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.1:print/py-fontparts@${PY_FLAVOR} \
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.1:print/py-fontparts@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python zip
|
USES= python zip
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
11
print/py-fontpens/files/patch-setup.py
Normal file
11
print/py-fontpens/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- setup.py.orig 2018-12-15 04:52:52 UTC
|
||||||
|
+++ setup.py
|
||||||
|
@@ -142,7 +142,7 @@ setup_params = dict(
|
||||||
|
long_description = f.read()
|
||||||
|
|
||||||
|
setup_params = dict(
|
||||||
|
- name="fontPens",
|
||||||
|
+ name="fontpens",
|
||||||
|
version="0.2.4",
|
||||||
|
description=("A collection of classes implementing the pen "
|
||||||
|
"protocol for manipulating glyphs."),
|
Loading…
Add table
Reference in a new issue