1
0
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:
Po-Chuan Hsieh 2022-06-10 07:09:43 +08:00
parent aa311234cd
commit 1aac40e105
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 45 additions and 0 deletions

View File

@ -215,6 +215,7 @@
SUBDIR += psftools
SUBDIR += py-QtAwesome
SUBDIR += py-afdko
SUBDIR += py-axisregistry
SUBDIR += py-babelfont
SUBDIR += py-bdflib
SUBDIR += py-booleanOperations

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1654774050
SHA256 (axisregistry-0.2.0.tar.gz) = 561e4b81cc4703afaf4d3cb99771728f1b4b567af2766d008c2b6dbe077efb0d
SIZE (axisregistry-0.2.0.tar.gz) = 15996

View 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'
]

View 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