Updated flatcam and dependency galore / minor updates to other ebuilds
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST hsluv-5.0.3.tar.gz 541164 BLAKE2B 2f2681a820c4253c2a443f448bf607fd0feaab3e183dfe53577f27a727b1142ccc4d7dd3827e1cc57bcfdffc49ce118413619cbfac2d6cbca25d1915c1df2fda SHA512 18fef949ca1e6607f5053340f368679224f5870590c95de7afa750c3e6bde62dd467b538e7264dd5854918024e06511fe314eedb52882dc09fa99a1fc25d3a59
|
||||
EBUILD hsluv-5.0.3.ebuild 424 BLAKE2B 34ea6b6cd6e7bdbb6210027462e931d33f8f415a2b63985fb0cfa9afa972fa4a109850cdbf727c6b19d42e0cc3aad825cfb8986194819ce6459cb0ddcde5e69f SHA512 d3dfcd22b8ac17cf3802e33384a594475490f77dbf0f0e88e88f380114a9c0294905c4ace5a21b558c274c62885b08c2fe931f49fd20411f2a3048b46e4574a0
|
||||
MISC metadata.xml 380 BLAKE2B a55297e5be7d90d57fdbae6449cb69e92168100242d207bc00c926c80f006340eb11bce5ffe21c4c0418dcf3f4bce29a14a51e55c27ac7a72ea54a3addfe0511 SHA512 2d64734687118c9605a1ef9484a08b407c539712bbd16cd6ff6c8c54afc46dae5ded440a56f9c0e7f4e8d2394fc139eff6b7a445f09e49728cbd92c5adabab6a
|
||||
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-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 implementation of HSLuv (revision 4)"
|
||||
HOMEPAGE="https://www.hsluv.org"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -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">hsluv</remote-id>
|
||||
<remote-id type="github">hsluv/hsluv-python</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user