dev-python/j1m-sphinxautozconfig: new package, add 0.1.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-04-12 20:58:19 -04:00
parent f55f598ee7
commit 882b5fbe9a
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST j1m.sphinxautozconfig-0.1.0.tar.gz 2419 BLAKE2B 8fa63ddbf29404edeb13b110b6432fadad49752f0c43cb57feef03276013979dc2b632e6b75b7b0d19ee273a23c8d0a401f6039e0005a2619a8d60516d98e478 SHA512 a6177d4ea94f79f3d5974f3633d553ddcfbfcd5e6734998005de929b6ed34273c7d8aaeea59d2b61bf49559c7f09563bce04ab46d371d06a9a4a2954fcff3178

View File

@@ -0,0 +1,23 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYPI_NO_NORMALIZE=1
PYPI_PN="${PN/-/\.}"
inherit distutils-r1 pypi
DESCRIPTION="Spinx support for ZConfig"
HOMEPAGE="https://github.com/jimfulton/sphinxautozconfig"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
python_compile() {
distutils-r1_python_compile
find "${BUILD_DIR}" -name '*.pth' -delete || die
}

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<upstream>
<maintainer>
<name>Jim Fulton</name>
<email>jim@jimfulton.info</email>
</maintainer>
<bugs-to>https://github.com/jimfulton/sphinxautozconfig/issues</bugs-to>
<remote-id type="github">jimfulton/sphinxautozconfig</remote-id>
<remote-id type="pypi">j1m.sphinxautozconfig</remote-id>
</upstream>
</pkgmetadata>