From 6f872d3c5c80b3c63981a5608434c427fbead1ea Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 23 Dec 2022 00:24:31 -0500 Subject: dev-python/python-srht: new package, add 0.65.8 Signed-off-by: Julien Roy --- dev-python/python-srht/Manifest | 2 + dev-python/python-srht/metadata.xml | 17 ++++++++ dev-python/python-srht/python-srht-0.65.8.ebuild | 52 ++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 dev-python/python-srht/Manifest create mode 100644 dev-python/python-srht/metadata.xml create mode 100644 dev-python/python-srht/python-srht-0.65.8.ebuild diff --git a/dev-python/python-srht/Manifest b/dev-python/python-srht/Manifest new file mode 100644 index 0000000..2a1f86a --- /dev/null +++ b/dev-python/python-srht/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..f99f716 --- /dev/null +++ b/dev-python/python-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 + + diff --git a/dev-python/python-srht/python-srht-0.65.8.ebuild b/dev-python/python-srht/python-srht-0.65.8.ebuild new file mode 100644 index 0000000..e310011 --- /dev/null +++ b/dev-python/python-srht/python-srht-0.65.8.ebuild @@ -0,0 +1,52 @@ +# 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-libns/nodejs" + +src_unpack() { + echo 123123123 + default + echo 321321321 +} + +S="${WORKDIR}/${PB}-${PV}" +src_prepare() { + cp -r "${WORKDIR}/bootstrap-${BOOTSTRAPVER}" "srht/scss/" || die + default +} -- cgit v1.2.3