mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-python/materialyoucolor: new package, add 2.0.10, 9999
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
1
dev-python/materialyoucolor/Manifest
Normal file
1
dev-python/materialyoucolor/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST materialyoucolor-2.0.10.tar.gz 42876 BLAKE2B 470f1dced00da310006957c5da08c0702ab0fe9621d04dae54e21388032a56b960d2fb4021237fff94acf94d50080f2ca4bec81101ded129a7248163a33e0a34 SHA512 f5c7f9954f3d65cbeefb84775b3a6124d4d738827091b76106f9c0681d255932267630aaeeaeb3623cc60556d78ad87f38759621045cb616dd91e8f903823624
|
||||
30
dev-python/materialyoucolor/materialyoucolor-2.0.10.ebuild
Normal file
30
dev-python/materialyoucolor/materialyoucolor-2.0.10.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Material You color algorithms for python!"
|
||||
HOMEPAGE="https://github.com/T-Dynamos/materialyoucolor-python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RESTRICT="network-sandbox"
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_EXT=1
|
||||
EPYTHON=/usr/bin/python
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
BDEPEND="dev-vcs/git"
|
||||
EGIT_REPO_URI="https://github.com/T-Dynamos/materialyoucolor-python.git"
|
||||
else
|
||||
SRC_URI="https://github.com/T-Dynamos/materialyoucolor-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-python-${PV}"
|
||||
fi
|
||||
|
||||
distutils_enable_tests import-check
|
||||
30
dev-python/materialyoucolor/materialyoucolor-9999.ebuild
Normal file
30
dev-python/materialyoucolor/materialyoucolor-9999.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Material You color algorithms for python!"
|
||||
HOMEPAGE="https://github.com/T-Dynamos/materialyoucolor-python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RESTRICT="network-sandbox"
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_EXT=1
|
||||
EPYTHON=/usr/bin/python
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
BDEPEND="dev-vcs/git"
|
||||
EGIT_REPO_URI="https://github.com/T-Dynamos/materialyoucolor-python.git"
|
||||
else
|
||||
SRC_URI="https://github.com/T-Dynamos/materialyoucolor-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-python-${PV}"
|
||||
fi
|
||||
|
||||
distutils_enable_tests import-check
|
||||
Reference in New Issue
Block a user