mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/setuptools-gettext: new package, add 0.1.3
New bdep for dev-vcs/breezy Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
57752f6569
commit
123680817b
1
dev-python/setuptools-gettext/Manifest
Normal file
1
dev-python/setuptools-gettext/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST setuptools-gettext-0.1.3.tar.gz 10654 BLAKE2B 801adc5f09facff215009ee61cef6996866efced51424a9dbcc6ace76e132b75d3cc8293eecbe0958372966e9faa64c73d7f743d2bb6187b448d9becf6106c8c SHA512 786e9f9280013759e96fe16551ba2dafef033d7d1faadc9bf9306c6442ba242d638778b45c8c228a2ff04038903958bc1db435c4982b665d73ba15fcc4bd9eee
|
||||||
13
dev-python/setuptools-gettext/metadata.xml
Normal file
13
dev-python/setuptools-gettext/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>python@gentoo.org</email>
|
||||||
|
<name>Python</name>
|
||||||
|
</maintainer>
|
||||||
|
<stabilize-allarches/>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">setuptools-gettext</remote-id>
|
||||||
|
<remote-id type="github">breezy-team/setuptools-gettext</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
@ -0,0 +1,24 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
PYPI_NO_NORMALIZE=1
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION=" setuptools plugin for building mo files"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://pypi.org/project/setuptools-gettext/
|
||||||
|
https://github.com/breezy-team/setuptools-gettext
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="GPL-2+"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
sys-devel/gettext
|
||||||
|
"
|
||||||
Loading…
x
Reference in New Issue
Block a user