diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-07 08:13:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-07 08:39:27 +0100 |
commit | 64c8ddbde5c9c2510436865767e33ee596d2ba14 (patch) | |
tree | 66f86f7184217932a128422d22a8d42ffd97eb91 | |
parent | dev-python/mkdocs-material: Bump to 9.5.8 (diff) | |
download | gentoo-64c8ddbde5c9c2510436865767e33ee596d2ba14.tar.gz gentoo-64c8ddbde5c9c2510436865767e33ee596d2ba14.tar.bz2 gentoo-64c8ddbde5c9c2510436865767e33ee596d2ba14.zip |
dev-python/puremagic: Bump to 1.20
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/puremagic/Manifest | 1 | ||||
-rw-r--r-- | dev-python/puremagic/puremagic-1.20.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/puremagic/Manifest b/dev-python/puremagic/Manifest index 2c3d8b8d2363..d31e5f5b62ab 100644 --- a/dev-python/puremagic/Manifest +++ b/dev-python/puremagic/Manifest @@ -1 +1,2 @@ DIST puremagic-1.15.gh.tar.gz 295922 BLAKE2B b78a691fe5843eec7be4874c11492565ce474a741bd80cb5787bbfacd4522363acf880071d4e9b3beab14287890e851da1e92eeea2aacce1161729287b99ce9e SHA512 46d8ad7e2aa309558e37589b8a9508ef4156a5d6768b738df5f8539cb9edc12d83ac46a2fd46ef48d9323c73dfeff0e6f5eee8046bdd910f6ea14bb5402e477e +DIST puremagic-1.20.gh.tar.gz 296430 BLAKE2B 9c10c43edd03ba85d40827e253fe7cbc18ad40e78c0824e653fb47583bf2fe67e5382657e55a4497c982f553f593e21a42bd2b842411e74365dee63a09d5dfee SHA512 a926dbf4957ad78391b8ce9ee77d873593e9c51bc4590d900eafe8162ee1cf75aa3a22679164cdc2fb39adc168c7ecca97dadd7b9d0396dc77d078ef19a0a465 diff --git a/dev-python/puremagic/puremagic-1.20.ebuild b/dev-python/puremagic/puremagic-1.20.ebuild new file mode 100644 index 000000000000..bf7bf4cdb98b --- /dev/null +++ b/dev-python/puremagic/puremagic-1.20.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Pure python implementation of magic file detection" +HOMEPAGE=" + https://github.com/cdgriffith/puremagic/ + https://pypi.org/project/puremagic/ +" +SRC_URI=" + https://github.com/cdgriffith/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( CHANGELOG.md README.rst ) + +distutils_enable_tests pytest |