diff options
Diffstat (limited to 'dev-python/python-srht')
-rw-r--r-- | dev-python/python-srht/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-srht/metadata.xml | 17 | ||||
-rw-r--r-- | dev-python/python-srht/python-srht-0.65.8.ebuild | 47 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/python-srht/Manifest b/dev-python/python-srht/Manifest deleted file mode 100644 index 2a1f86a..0000000 --- a/dev-python/python-srht/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bootstrap.tar.gz 2060647 BLAKE2B 64c93d52357abf9a8891cd74abd24e354c7bc5ee60a7c8bb35b99a15922d4a5054b6729d260f8b1abddd7a415c78d3b0154a2f5be5e33c91721da2a0999d9ca2 SHA512 b25317213b208ebdabe2cb9072367fa390824fb436717c8f1ce7d9d54fbfc37dfc76c6699961ce9d8ecd2e8ab9a6cf82b779800347857fd706426b9ee22b96d1 -DIST core.sr.ht.tar.gz 171754 BLAKE2B 7923e8ad81c2ef7fa99a5a72bd598fb45504ded80d3641c3accef04d11b93b4a17c7b8325c6bca4522dff8fe519f3b3e77bea2fc6dd6d436ad4cf74d39a1e2d6 SHA512 5c697c9c73d1d45eb8da7d5b6bb39b69851deef664adab0819127b79fc5c402e5232e8b7b3a4177b71d4750b0cb491933c16465566e99539c32a0943bfb105eb diff --git a/dev-python/python-srht/metadata.xml b/dev-python/python-srht/metadata.xml deleted file mode 100644 index f99f716..0000000 --- a/dev-python/python-srht/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <upstream> - <maintainer> - <name>Drew DeVault</name> - <email>sir@cmpwn.com</email> - </maintainer> - <changelog>https://git.sr.ht/~sircmpwn/core.sr.ht/refs</changelog> - <remote-id type="sourcehut">~sircmpwn/core.sr.ht</remote-id> - <remote-id type="github">twbs/bootstrap</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-srht/python-srht-0.65.8.ebuild b/dev-python/python-srht/python-srht-0.65.8.ebuild deleted file mode 100644 index 6a96a7a..0000000 --- a/dev-python/python-srht/python-srht-0.65.8.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -PB="core.sr.ht" -BOOTSTRAPVER="4.1.1" -DESCRIPTION="sr.ht shared code" -HOMEPAGE="https://git.sr.ht/~sircmpwn/core.sr.ht" -SRC_URI="http://git.sr.ht/~sircmpwn/${PB}/archive/${PV}.tar.gz -> ${PB}.tar.gz - https://github.com/twbs/bootstrap/archive/v${BOOTSTRAPVER}.tar.gz -> bootstrap.tar.gz" - -LICENSE="BSD" -SLOT="0" -#KEYWORDS="~amd64" -RESTRICT="network-sandbox" - -RDEPEND="dev-python/alembic[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/bleach[${PYTHON_USEDEP}] - dev-python/celery[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/humanize[${PYTHON_USEDEP}] - dev-python/mistletoe[${PYTHON_USEDEP}] - dev-python/PGPy[${PYTHON_USEDEP}] - dev-python/prometheus_client[${PYTHON_USEDEP}] - dev-python/psycopg:2[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/SQLAlchemy-Utils[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND="net-libs/nodejs" - -S="${WORKDIR}/${PB}-${PV}" -src_unpack() { - default - mv "${WORKDIR}/bootstrap-${BOOTSTRAPVER}" "${WORKDIR}/bootstrap" || die - cp -r "${WORKDIR}/bootstrap" "${S}/srht/scss" || die -} |