aboutsummaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-04-23 14:27:53 -0400
committerJulien Roy <julien@jroy.ca>2023-04-23 14:27:53 -0400
commit99989b69e19e25a4af5548f4c3d1143e9455343c (patch)
treec495cd492637ea4efeaf042320f70a5f7baac563 /dev-python
parent0d9c7d36d263ce9ccc660697fb8ad47228d380a0 (diff)
downloadMrRoy-Overlay-99989b69e19e25a4af5548f4c3d1143e9455343c.tar.gz
MrRoy-Overlay-99989b69e19e25a4af5548f4c3d1143e9455343c.tar.bz2
MrRoy-Overlay-99989b69e19e25a4af5548f4c3d1143e9455343c.zip
dev-python/repoze-sphinx-autointerface: treeclean
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/repoze-sphinx-autointerface/Manifest1
-rw-r--r--dev-python/repoze-sphinx-autointerface/metadata.xml22
-rw-r--r--dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild32
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/repoze-sphinx-autointerface/Manifest b/dev-python/repoze-sphinx-autointerface/Manifest
deleted file mode 100644
index dfcde44..0000000
--- a/dev-python/repoze-sphinx-autointerface/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST repoze-sphinx-autointerface-1.0.0.gh.tar.gz 10708 BLAKE2B d9013cd47088a130431a02a07b84c97daa4c8562b53c8c3d9691cfc67fa978dcf93592f86234d76e6cf8458f2ee3f01debe362a10a94df4ad004d120fa42f816 SHA512 58b3c22d5486defa0b50e76cbcdece8f7d9f82f6066178b9c50e4c1a6fb6a82e50e386b2c662d5026d2fd4831d392cbc23493c34d09bc225610f661ebc68db3f
diff --git a/dev-python/repoze-sphinx-autointerface/metadata.xml b/dev-python/repoze-sphinx-autointerface/metadata.xml
deleted file mode 100644
index f5d1dc6..0000000
--- a/dev-python/repoze-sphinx-autointerface/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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>
- <longdescription>
- This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code.
- </longdescription>
- <upstream>
- <maintainer>
- <name>Agendaless Consulting</name>
- <email>repoze-dev@lists.repoze.org</email>
- </maintainer>
- <changelog>https://github.com/repoze/repoze.sphinx.autointerface/blob/master/CHANGES.rst</changelog>
- <doc>https://github.com/repoze/repoze.sphinx.autointerface/</doc>
- <bugs-to>https://github.com/repoze/repoze.sphinx.autointerface/issues</bugs-to>
- <remote-id type="github">repoze/repoze.sphinx.autointerface</remote-id>
- <remote-id type="pypi">repoze.sphinx.autointerface</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild
deleted file mode 100644
index 368934d..0000000
--- a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Auto-generate Sphinx API docs from Zope interfaces"
-HOMEPAGE="https://github.com/repoze/repoze.sphinx.autointerface/"
-SRC_URI="https://github.com/repoze/repoze.sphinx.autointerface/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/repoze.sphinx.autointerface-${PV}"
-
-LICENSE="BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/zope-interface[${PYTHON_USEDEP}]
- test? ( dev-python/zope-testrunner[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests setup.py
-
-python_test() {
- distutils_write_namespace zope
- zope-testrunner -pvc -j "$(nproc)" --usecompiled \
- --path "${BUILD_DIR}/install$(python_get_sitedir)/zope" || die
-}