diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/fontMath | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-python/fontMath')
| -rw-r--r-- | dev-python/fontMath/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/fontMath/fontMath-0.8.1.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/fontMath/fontMath-0.9.1.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/fontMath/metadata.xml | 14 |
4 files changed, 70 insertions, 0 deletions
diff --git a/dev-python/fontMath/Manifest b/dev-python/fontMath/Manifest new file mode 100644 index 000000000000..e7080f555453 --- /dev/null +++ b/dev-python/fontMath/Manifest @@ -0,0 +1,2 @@ +DIST fontMath-0.8.1.tar.gz 29657 BLAKE2B b2a85d4fbce46b381488815df363c13c2d60f4527160bbdd0591c852df606bd1ada4945ec22935907b9b59a0f729a9c51fe2fa4f9531c3cf406bde11159193a2 SHA512 815f5521099dc55ceb215f0f7ea2dded7f8586a6b5ac8c7c99bd87f4f837feb21768c46473f21aa60ad8b0e85bbdabf2bf246f0c8fabab0b4a2d63b5d052f6a8 +DIST fontMath-0.9.1.tar.gz 30031 BLAKE2B 204ba6b7cd9e1b03030d8ad10106a8ff001b513bf8e253c661cd69ec71c63c513b404a2f9772c527b480c62cfd8c45db527481319e0fc6137281450341a19b8c SHA512 36d8db21b6bf1bb08a79297c97c85fe5bf019e4a4e051e6ee7b72fab26bcc1ce50b78d5b182f440eb800544c7c2263ffb673df6dd5edb5c255d5023e90af6838 diff --git a/dev-python/fontMath/fontMath-0.8.1.ebuild b/dev-python/fontMath/fontMath-0.8.1.ebuild new file mode 100644 index 000000000000..43ce57125835 --- /dev/null +++ b/dev-python/fontMath/fontMath-0.8.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/robotools/fontMath/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="A collection of objects that implement fast font math" +HOMEPAGE="https://github.com/robotools/fontMath" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/fonttools-4.9[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest + +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" +} diff --git a/dev-python/fontMath/fontMath-0.9.1.ebuild b/dev-python/fontMath/fontMath-0.9.1.ebuild new file mode 100644 index 000000000000..43ce57125835 --- /dev/null +++ b/dev-python/fontMath/fontMath-0.9.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/robotools/fontMath/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="A collection of objects that implement fast font math" +HOMEPAGE="https://github.com/robotools/fontMath" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/fonttools-4.9[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest + +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" +} diff --git a/dev-python/fontMath/metadata.xml b/dev-python/fontMath/metadata.xml new file mode 100644 index 000000000000..0b3c9b78a0fa --- /dev/null +++ b/dev-python/fontMath/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/robotools/fontMath/issues</bugs-to> + <remote-id type="github">robotools/fontMath</remote-id> + <remote-id type="pypi">fontMath</remote-id> + </upstream> +</pkgmetadata> |
