mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
x11-fonts/py-axisregistry: Add py-axisregistry 0.2.0
This package contains a collection of metadata source files that collectively form the Google Fonts Axis Registry. The live Axis Registry is at fonts.google.com/variablefonts, and axis definitions are only final when they appear on that page. WWW: https://github.com/googlefonts/axisregistry
This commit is contained in:
parent
aa311234cd
commit
1aac40e105
@ -215,6 +215,7 @@
|
||||
SUBDIR += psftools
|
||||
SUBDIR += py-QtAwesome
|
||||
SUBDIR += py-afdko
|
||||
SUBDIR += py-axisregistry
|
||||
SUBDIR += py-babelfont
|
||||
SUBDIR += py-bdflib
|
||||
SUBDIR += py-booleanOperations
|
||||
|
23
x11-fonts/py-axisregistry/Makefile
Normal file
23
x11-fonts/py-axisregistry/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= axisregistry
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python API to access data from the Google Fonts variable fonts axis registry
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=4:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0,1:devel/py-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/py-axisregistry/distinfo
Normal file
3
x11-fonts/py-axisregistry/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1654774050
|
||||
SHA256 (axisregistry-0.2.0.tar.gz) = 561e4b81cc4703afaf4d3cb99771728f1b4b567af2766d008c2b6dbe077efb0d
|
||||
SIZE (axisregistry-0.2.0.tar.gz) = 15996
|
11
x11-fonts/py-axisregistry/files/patch-setup.py
Normal file
11
x11-fonts/py-axisregistry/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2022-03-04 09:40:48 UTC
|
||||
+++ setup.py
|
||||
@@ -45,7 +45,7 @@ setup(
|
||||
'Programming Language :: Python :: 3'
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
- setup_requires=['setuptools_scm>=4,<6.1'],
|
||||
+ setup_requires=['setuptools_scm>=4'],
|
||||
install_requires=[
|
||||
'protobuf'
|
||||
]
|
7
x11-fonts/py-axisregistry/pkg-descr
Normal file
7
x11-fonts/py-axisregistry/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This package contains a collection of metadata source files that collectively
|
||||
form the Google Fonts Axis Registry.
|
||||
|
||||
The live Axis Registry is at fonts.google.com/variablefonts, and axis
|
||||
definitions are only final when they appear on that page.
|
||||
|
||||
WWW: https://github.com/googlefonts/axisregistry
|
Loading…
Reference in New Issue
Block a user