From 2551dee893bddda09f19e277c5ec18862b44e4f4 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 3 Jan 2023 16:31:41 -0500 Subject: dev-python/python-srht: rename to core-srht, add 0.69.7, drop 0.65.8 --- dev-python/python-srht/Manifest | 2 - dev-python/python-srht/metadata.xml | 17 --------- dev-python/python-srht/python-srht-0.65.8.ebuild | 47 ------------------------ 3 files changed, 66 deletions(-) delete mode 100644 dev-python/python-srht/Manifest delete mode 100644 dev-python/python-srht/metadata.xml delete mode 100644 dev-python/python-srht/python-srht-0.65.8.ebuild (limited to 'dev-python/python-srht') 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 @@ - - - - - julien@jroy.ca - Julien Roy - - - - Drew DeVault - sir@cmpwn.com - - https://git.sr.ht/~sircmpwn/core.sr.ht/refs - ~sircmpwn/core.sr.ht - twbs/bootstrap - - 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 -} -- cgit v1.2.3