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/core-srht/Manifest | 2 ++ dev-python/core-srht/core-srht-0.69.7.ebuild | 46 ++++++++++++++++++++++++++++ dev-python/core-srht/metadata.xml | 17 ++++++++++ 3 files changed, 65 insertions(+) create mode 100644 dev-python/core-srht/Manifest create mode 100644 dev-python/core-srht/core-srht-0.69.7.ebuild create mode 100644 dev-python/core-srht/metadata.xml (limited to 'dev-python/core-srht') diff --git a/dev-python/core-srht/Manifest b/dev-python/core-srht/Manifest new file mode 100644 index 0000000..89a9824 --- /dev/null +++ b/dev-python/core-srht/Manifest @@ -0,0 +1,2 @@ +DIST bootstrap.tar.gz 2060647 BLAKE2B 64c93d52357abf9a8891cd74abd24e354c7bc5ee60a7c8bb35b99a15922d4a5054b6729d260f8b1abddd7a415c78d3b0154a2f5be5e33c91721da2a0999d9ca2 SHA512 b25317213b208ebdabe2cb9072367fa390824fb436717c8f1ce7d9d54fbfc37dfc76c6699961ce9d8ecd2e8ab9a6cf82b779800347857fd706426b9ee22b96d1 +DIST core-srht-0.69.7.tar.gz 178599 BLAKE2B 9942c0b168ca14c89d9ea5a99231efbc558051e79d269d2c13d27a1d0a434d64d1ed3a3b742bc7b3553294a477dcf20528032ae5f41aa17358bab55393f92625 SHA512 77caac9f883abbc91cfa731e4e6c5cae4b0d737b8b7f0eb20c8ce10b4c1310d58904d213339a54355f82e6f376371942f3418ca7ac63ffdee795ec07368df63f diff --git a/dev-python/core-srht/core-srht-0.69.7.ebuild b/dev-python/core-srht/core-srht-0.69.7.ebuild new file mode 100644 index 0000000..a66701b --- /dev/null +++ b/dev-python/core-srht/core-srht-0.69.7.ebuild @@ -0,0 +1,46 @@ +# Copyright 2022-2023 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 + +BOOTSTRAPVER="4.1.1" +DESCRIPTION="sr.ht shared code" +HOMEPAGE="https://git.sr.ht/~sircmpwn/core.sr.ht" +SRC_URI="https://git.sr.ht/~sircmpwn/core.sr.ht/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/twbs/bootstrap/archive/v${BOOTSTRAPVER}.tar.gz -> bootstrap.tar.gz" +S="${WORKDIR}/core.sr.ht-${PV}" + +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" + +src_unpack() { + default + mv "${WORKDIR}/bootstrap-${BOOTSTRAPVER}" "${WORKDIR}/bootstrap" || die + cp -r "${WORKDIR}/bootstrap" "${S}/srht/scss" || die +} diff --git a/dev-python/core-srht/metadata.xml b/dev-python/core-srht/metadata.xml new file mode 100644 index 0000000..f99f716 --- /dev/null +++ b/dev-python/core-srht/metadata.xml @@ -0,0 +1,17 @@ + + + + + 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 + + -- cgit v1.2.3