Updated flatcam and dependency galore / minor updates to other ebuilds

This commit is contained in:
layman
2022-11-27 22:14:54 +01:00
parent b722f6b0a1
commit 1a100e11bc
38 changed files with 1073 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST freetype-py-2.3.0.zip 830613 BLAKE2B a4da0183749559059031e9f7e10bbbaca4d5cfca8f1d4a562cbd4ca49032f4feae235065336d7af2706e71c99525c5f263fb37d490c0c12c197f9359f5698a72 SHA512 f00754415e6b10e4cc62f96b6c52b437041ad1aaedae206aa8fedbe583243f38703b24e53b791e9afdcea66d67d108b492d55f4c7fdd31cec9542a8398191bb7
EBUILD freetype-py-2.3.0.ebuild 603 BLAKE2B c147e1c75854541111735d4bb9198c3f0ac3554c5e07758caff13a40a6d842273a25d0fc94853ea13a429a2caea6b404ba4f9c5afc6ffb5800506d826bd04c62 SHA512 f8a306fa34ba3105bc16e5b632040c2eb316573065f4c69325d54af29bc26256fb03d464f5ad238f7786cf61e1be1c0323d3a9ab737d8c06b983d407b5fbb502
MISC metadata.xml 387 BLAKE2B f40affe629064429995e522511ec5b5943bf5ea62715198e316e59184c30c468e8584774361fcc3600a0c2e463baeb63d67731487781cdfefcfc002a9e7d6862 SHA512 46705f6d50a5daefbf3e5721e3ebe018b6d1dc0b1a58e2aefadef69048b9463cd6c507ff5c908f2f98a08ef1e0d52c4c62dae4dce36b234bec7d42be5f801458
@@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python binding for the freetype library"
HOMEPAGE="http://freetype-py.readthedocs.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-libs/freetype:2"
RDEPEND="${DEPEND}"
BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
app-arch/unzip
"
distutils_enable_tests pytest
distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>universebenzene@sina.com</email>
<name>Astro Benzene</name>
</maintainer>
<upstream>
<remote-id type="pypi">freetype-py</remote-id>
<remote-id type="github">rougier/freetype-py</remote-id>
</upstream>
</pkgmetadata>