diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-02 15:56:55 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-02 15:56:55 -0500 |
commit | ba8fab5645ea781e5f77abd6cbfe68e045692dc1 (patch) | |
tree | 4eddf720e3867a0c87c691d52e75832865c09bcd | |
parent | 17a573902f2cfc84476b22d943dd10b2248f7b86 (diff) | |
download | MrRoy-Overlay-ba8fab5645ea781e5f77abd6cbfe68e045692dc1.tar.gz MrRoy-Overlay-ba8fab5645ea781e5f77abd6cbfe68e045692dc1.tar.bz2 MrRoy-Overlay-ba8fab5645ea781e5f77abd6cbfe68e045692dc1.zip |
*/*: Remove packages now in guru
Signed off by: Julien Roy <julien.roy@jroy.ca>
34 files changed, 62 insertions, 584 deletions
diff --git a/dev-python/PGPy/Manifest b/dev-python/PGPy/Manifest deleted file mode 100644 index ae1417d..0000000 --- a/dev-python/PGPy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PGPy-0.6.0.gh.tar.gz 602228 BLAKE2B d40aeb74503ff81d68764e89c7331e99128e047b92156abc4b35d32f99f386c2043065ff98445b24bcf38aeedbdfb35a4a2ceffc485e538a7285f432d67c69c4 SHA512 6d20c1a8fe225de49196f0a5d3cd823ec5988b68f0ca9e255acdf3700356bec5fdfb6963d4d4f93da41a008b5fb15ab7df3ce8cd77ffdfb69766320211ad0d6b diff --git a/dev-python/PGPy/PGPy-0.6.0.ebuild b/dev-python/PGPy/PGPy-0.6.0.ebuild deleted file mode 100644 index b9079c6..0000000 --- a/dev-python/PGPy/PGPy-0.6.0.ebuild +++ /dev/null @@ -1,24 +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 - -DESCRIPTION="Pretty Good Privacy for Python" -HOMEPAGE="https://github.com/SecurityInnovation/PGPy - https://pypi.org/project/PGPy/" -SRC_URI="https://github.com/SecurityInnovation/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" diff --git a/dev-python/PGPy/metadata.xml b/dev-python/PGPy/metadata.xml deleted file mode 100644 index de18ecb..0000000 --- a/dev-python/PGPy/metadata.xml +++ /dev/null @@ -1,16 +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> - <longdescription>PGPy is a Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.</longdescription> - <upstream> - <changelog>https://github.com/SecurityInnovation/PGPy/releases</changelog> - <doc>https://pgpy.readthedocs.io/en/latest/</doc> - <bugs-to>https://github.com/SecurityInnovation/PGPy/issues</bugs-to> - <remote-id type="github">SecurityInnovation/PGPy</remote-id> - <remote-id type="pypi">PGPy</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/emailthreads/Manifest b/dev-python/emailthreads/Manifest deleted file mode 100644 index 78d7fef..0000000 --- a/dev-python/emailthreads/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST emailthreads-0.1.3.gh.tar.gz 25137 BLAKE2B fa23b219dc1d27eb5f7afd6a7afb4d28a0942290ebcc5bdd1e6070901a579479e19132a918dff363100e408cfe428d4fc6e9dceb0cc94af5a9bdfc2244b5ef54 SHA512 a8b8c374704ddf934897a50034da1ebf2dabf221a7e64735be9524088931a02697facc40ef08250f2148c4ea22b8a2f76139eea82d0d7474f822aaac3dee2666 diff --git a/dev-python/emailthreads/emailthreads-0.1.3.ebuild b/dev-python/emailthreads/emailthreads-0.1.3.ebuild deleted file mode 100644 index 02e597a..0000000 --- a/dev-python/emailthreads/emailthreads-0.1.3.ebuild +++ /dev/null @@ -1,23 +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 - -DESCRIPTION="Parses email threads into conversation trees" -HOMEPAGE="https://github.com/emersion/python-emailthreads" -SRC_URI="https://github.com/emersion/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/python-${PN}-${PV}" - -distutils_enable_tests setup.py diff --git a/dev-python/emailthreads/metadata.xml b/dev-python/emailthreads/metadata.xml deleted file mode 100644 index 36831f6..0000000 --- a/dev-python/emailthreads/metadata.xml +++ /dev/null @@ -1,19 +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> - <longdescription>Python library to parse and format email threads. Give it a list of emails that are part of the same thread and it'll build a tree of responses to the original message.</longdescription> - <upstream> - <maintainer> - <name>Simon Ser</name> - <email>contact@emersion.fr</email> - </maintainer> - <changelog>https://github.com/emersion/python-emailthreads/releases</changelog> - <bugs-to>https://github.com/emersion/python-emailthreads/issues</bugs-to> - <remote-id type="github">emersion/python-emailthreads</remote-id> - <remote-id type="pypi">emailthreads</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/furl/Manifest b/dev-python/furl/Manifest deleted file mode 100644 index 14fa469..0000000 --- a/dev-python/furl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST furl-2.1.2.gh.tar.gz 53644 BLAKE2B 7fe4c31ce2ef831bb208d10432e94a86b71cb1b00c451a0db8848659bde745be5fc51149a4ff7161d812d693fb2a29607737b5355aa356e43c7dae40e3f0e0ff SHA512 2c63d8773195844f4692ff116a80464c2d23db652a65f766e594a733a4d19ed263473f44c5161b4ccf726bec04e3b6d77600e7484f196db3175e2e8be4c9a897 diff --git a/dev-python/furl/furl-2.1.2.ebuild b/dev-python/furl/furl-2.1.2.ebuild deleted file mode 100644 index be5ee7d..0000000 --- a/dev-python/furl/furl-2.1.2.ebuild +++ /dev/null @@ -1,25 +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 - -DESCRIPTION="URL parsing and manipulation made easy." -HOMEPAGE="https://github.com/gruns/furl" -SRC_URI="https://github.com/gruns/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] ) - dev-python/six[${PYTHON_USEDEP}] - dev-python/orderedmultidict[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest diff --git a/dev-python/furl/metadata.xml b/dev-python/furl/metadata.xml deleted file mode 100644 index bdf9db0..0000000 --- a/dev-python/furl/metadata.xml +++ /dev/null @@ -1,19 +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> - <longdescription>Python's standard urllib and urlparse modules provide a number of URL related functions, but using these functions to perform common URL operations proves tedious. Furl makes parsing and manipulating URLs easy.</longdescription> - <upstream> - <maintainer> - <name>Ansgar Grunseid</name> - </maintainer> - <changelog>https://github.com/gruns/furl/releases</changelog> - <doc>https://github.com/gruns/furl#API</doc> - <bugs-to>https://github.com/gruns/furl/issues</bugs-to> - <remote-id type="github">gruns/furl</remote-id> - <remote-id type="pypi">furl</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest deleted file mode 100644 index 2fbc893..0000000 --- a/dev-python/minio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST minio-7.1.12.gh.tar.gz 117829 BLAKE2B e2f031b5ee206c69a14779d600ac85223959aff432b0fa62cd4e5e84c42f08fd8f9adb98a8e72520ce81630b816264397e7d2acc3fa72af74a702cd992d5e87b SHA512 a295c1988bce1f4e2dad735f5ed69ed3e49cc4be5d9b001908e68945ae965a85a4c683efa44400a5160098607c4ff21d740700b4480960873a051fe45cff29f1 diff --git a/dev-python/minio/metadata.xml b/dev-python/minio/metadata.xml deleted file mode 100644 index f1cade0..0000000 --- a/dev-python/minio/metadata.xml +++ /dev/null @@ -1,16 +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> - <longdescription>MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.</longdescription> - <upstream> - <changelog>https://github.com/minio/minio-py/releases</changelog> - <doc>https://min.io/docs/minio/kubernetes/upstream/index.html</doc> - <bugs-to>https://github.com/minio/minio-py/issues</bugs-to> - <remote-id type="github">minio/minio-py</remote-id> - <remote-id type="pypi">minio</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/minio/minio-7.1.12.ebuild b/dev-python/minio/minio-7.1.12.ebuild deleted file mode 100644 index b461bbd..0000000 --- a/dev-python/minio/minio-7.1.12.ebuild +++ /dev/null @@ -1,24 +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 - -DESCRIPTION="MinIO Client SDK for Python" -HOMEPAGE="https://github.com/minio/minio-py" -SRC_URI="https://github.com/minio/${PN}-py/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/certifi[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-py-${PV}" diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest deleted file mode 100644 index 72dcca7..0000000 --- a/dev-python/mistletoe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7 diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml deleted file mode 100644 index a88739f..0000000 --- a/dev-python/mistletoe/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"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. - -Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription> - <upstream> - <maintainer> - <name>miyuchina</name> - <email>mi@afteryu.me</email> - </maintainer> - <changelog>https://github.com/miyuchina/mistletoe/releases</changelog> - <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc> - <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to> - <remote-id type="github">miyuchina/mistletoe</remote-id> - <remote-id type="pypi">mistletoe</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild deleted file mode 100644 index 36cb00e..0000000 --- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild +++ /dev/null @@ -1,19 +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 - -DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python." -HOMEPAGE="https://github.com/miyuchina/mistletoe" -SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" diff --git a/dev-python/orderedmultidict/Manifest b/dev-python/orderedmultidict/Manifest deleted file mode 100644 index 77ca562..0000000 --- a/dev-python/orderedmultidict/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST orderedmultidict-1.0.1.gh.tar.gz 22880 BLAKE2B adbd17de2662a30116cadaed0af58df6ee4c5f0e51d9507309ba379e734e1d548dedfe355d9ac1fe41884aa3d5ef74555c313a0f631290037ee47c6ffc3dd3c3 SHA512 54747f0f09495254969f75c06e6bebf4b68a7f6b41b2b5b3b9d62845efcddc4a043102d88efbc16ea9db02fb04acd73cb3edbc07ef2dc7fe1a284462f7eeb5ca diff --git a/dev-python/orderedmultidict/metadata.xml b/dev-python/orderedmultidict/metadata.xml deleted file mode 100644 index 3d61c31..0000000 --- a/dev-python/orderedmultidict/metadata.xml +++ /dev/null @@ -1,23 +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> - <longdescription>A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions. - -omdict retains method parity with dict. - -Information and documentation at https://github.com/gruns/orderedmultidict.</longdescription> - <upstream> - <maintainer> - <name>Ansgar Grunseid</name> - </maintainer> - <changelog>https://github.com/gruns/orderedmultidict/releases</changelog> - <doc>https://github.com/gruns/orderedmultidict/blob/master/API.md</doc> - <bugs-to>https://github.com/gruns/orderedmultidict/issues</bugs-to> - <remote-id type="github">gruns/orderedmultidict</remote-id> - <remote-id type="pypi">orderedmultidict</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild deleted file mode 100644 index 77b944f..0000000 --- a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild +++ /dev/null @@ -1,24 +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 - -DESCRIPTION="Ordered Multivalue Dictionary. Helps power furl. " -HOMEPAGE="https://github.com/gruns/orderedmultidict" -SRC_URI="https://github.com/gruns/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] ) - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest deleted file mode 100644 index 710994c..0000000 --- a/dev-python/portion/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca SHA512 7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde diff --git a/dev-python/portion/metadata.xml b/dev-python/portion/metadata.xml deleted file mode 100644 index 34539ba..0000000 --- a/dev-python/portion/metadata.xml +++ /dev/null @@ -1,19 +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>Alexandre Decan</name> - <email>alexandre.decan@lexpage.net</email> - </maintainer> - <changelog>https://github.com/AlexandreDecan/portion/blob/master/CHANGELOG.md</changelog> - <doc>https://github.com/AlexandreDecan/portion#documentation--usage</doc> - <bugs-to>https://github.com/AlexandreDecan/portion/issues</bugs-to> - <remote-id type="github">AlexandreDecan/portion</remote-id> - <remote-id type="pypi">portion</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild deleted file mode 100644 index ae471de..0000000 --- a/dev-python/portion/portion-2.3.0.ebuild +++ /dev/null @@ -1,27 +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 - -DESCRIPTION="A Python library providing data structure and operations for intervals." -HOMEPAGE="https://github.com/AlexandreDecan/portion" -SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/black[${PYTHON_USEDEP}] -)" -DEPEND="${RDEPEND}" -BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest deleted file mode 100644 index 7309057..0000000 --- a/dev-python/zxcvbn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b SHA512 be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1 diff --git a/dev-python/zxcvbn/metadata.xml b/dev-python/zxcvbn/metadata.xml deleted file mode 100644 index d0c1ac2..0000000 --- a/dev-python/zxcvbn/metadata.xml +++ /dev/null @@ -1,18 +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>Daniel Wolf</name> - <email>danielrwolf5@gmail.com</email> - </maintainer> - <doc>https://github.com/dwolfhub/zxcvbn-python/blob/master/README.rst</doc> - <bugs-to>https://github.com/dwolfhub/zxcvbn-python/issues</bugs-to> - <remote-id type="github">dwolfhub/zxcvbn-python</remote-id> - <remote-id type="pypi">zxcvbn</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild deleted file mode 100644 index 600d032..0000000 --- a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild +++ /dev/null @@ -1,23 +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 - -DESCRIPTION="Python implementation of Dropbox's realistic password strength estimator" -HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python" -SRC_URI="https://github.com/dwolfhub/${PN}-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-python-${PV}" - -distutils_enable_tests pytest diff --git a/gui-libs/xdg-desktop-portal-hyprland/Manifest b/gui-libs/xdg-desktop-portal-hyprland/Manifest deleted file mode 100644 index e69de29..0000000 --- a/gui-libs/xdg-desktop-portal-hyprland/Manifest +++ /dev/null diff --git a/gui-libs/xdg-desktop-portal-hyprland/metadata.xml b/gui-libs/xdg-desktop-portal-hyprland/metadata.xml deleted file mode 100644 index 49e46d9..0000000 --- a/gui-libs/xdg-desktop-portal-hyprland/metadata.xml +++ /dev/null @@ -1,14 +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> - <remote-id type="github">hyprwm/xdg-desktop-portal-hyprland</remote-id> - </upstream> - <use> - <flag name="elogind">Enable support for rootless session via elogind</flag> - </use> -</pkgmetadata> diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild deleted file mode 100644 index 2667dcd..0000000 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="xdg-desktop-portal backend for hyprland" -HOMEPAGE="https://github.com/hyprwm/xdg-desktop-portal-hyprland" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/hyprwm/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="elogind systemd" -REQUIRED_USE="?? ( elogind systemd )" - -DEPEND=" - >=media-video/pipewire-0.3.41:= - dev-libs/inih - dev-libs/wayland - media-libs/mesa - x11-libs/libdrm - || ( - systemd? ( >=sys-apps/systemd-237 ) - elogind? ( >=sys-auth/elogind-237 ) - sys-libs/basu - ) - dev-qt/qtbase - dev-qt/qtwayland:6 -" -# mesa is needed for gbm dep (which it hards sets to 'on') -RDEPEND=" - ${DEPEND} - sys-apps/xdg-desktop-portal -" -BDEPEND=" - >=dev-libs/wayland-protocols-1.24 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=() - - if use systemd; then - emesonargs+=(-Dsd-bus-provider=libsystemd) - elif use elogind; then - emesonargs+=(-Dsd-bus-provider=libelogind) - else - emesonargs+=(-Dsd-bus-provider=basu) - fi - meson_src_configure -} - -MAKEOPTS="-C ${S}/hyprland-share-picker" -src_compile() { - meson_src_compile - emake all -} - -src_install() { - meson_src_install - dobin "${S}/hyprland-share-picker/build/hyprland-share-picker" -} diff --git a/www-apps/meta-srht/files/meta.sr.ht-api.service b/www-apps/meta-srht/files/meta.sr.ht-api.service new file mode 100644 index 0000000..ee94056 --- /dev/null +++ b/www-apps/meta-srht/files/meta.sr.ht-api.service @@ -0,0 +1,12 @@ +[Unit] +Description=meta.sr.ht API service +After= network.target + +[Service] +Type=simple +User=metasrht +Restart=always +ExecStart=/usr/bin/metasrht-api -b :5100 + +[Install] +WantedBy=multi-user.target diff --git a/www-apps/meta-srht/files/meta.sr.ht-daily.service b/www-apps/meta-srht/files/meta.sr.ht-daily.service new file mode 100644 index 0000000..2642ec9 --- /dev/null +++ b/www-apps/meta-srht/files/meta.sr.ht-daily.service @@ -0,0 +1,8 @@ +[Unit] +Description=meta.sr.ht job +After=network.target + +[Service] +Type=oneshot +User=metasrht +ExecStart=/usr/bin/metasrht-daily diff --git a/www-apps/meta-srht/files/meta.sr.ht-daily.timer b/www-apps/meta-srht/files/meta.sr.ht-daily.timer new file mode 100644 index 0000000..2462204 --- /dev/null +++ b/www-apps/meta-srht/files/meta.sr.ht-daily.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Daily meta.sr.ht job + +[Timer] +OnCalendar=daily +Persistent=true + +[Install] +WantedBy=timers.target diff --git a/www-apps/meta-srht/files/meta.sr.ht-webhooks.service b/www-apps/meta-srht/files/meta.sr.ht-webhooks.service new file mode 100644 index 0000000..e0baf48 --- /dev/null +++ b/www-apps/meta-srht/files/meta.sr.ht-webhooks.service @@ -0,0 +1,12 @@ +[Unit] +Description=meta.sr.ht webhooks service +After= network.target + +[Service] +Type=simple +User=metasrht +Restart=always +ExecStart=/usr/bin/celery -A metasrht.webhooks worker --loglevel=INFO + +[Install] +WantedBy=multi-user.target diff --git a/www-apps/meta-srht/files/meta.sr.ht.service b/www-apps/meta-srht/files/meta.sr.ht.service index ab22f07..4944a2f 100644 --- a/www-apps/meta-srht/files/meta.sr.ht.service +++ b/www-apps/meta-srht/files/meta.sr.ht.service @@ -1,150 +1,12 @@ -<!DOCTYPE html> - -<html lang="en"> -<head> -<meta charset="utf8"/> -<meta content="width=device-width, initial-scale=1" name="viewport"/> -<title>~sircmpwn/sr.ht-pkgbuilds: meta.sr.ht/meta.sr.ht.service - sourcehut git</title> -<link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QIGCC8n92KyhQAAAj1QTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////anIwUQAAAL50Uk5TAAECAwQFBgcICQoLDA4PEBESExQVFhcYGRobHB0eHyAhIyQmJygpKistLzAzNDU2Nzg5Ozw9QEFDREZHSElLTE1OT1BRVFdYWVpbXF1eX2BhZGZnaGltbnBxdHV3eHp7fn+AgYKDhIWGh4iJio2TlJucnqGio6Smp6ipqqusrbCxsrO0tre4ury9vr/Cw8TFxsfIycrMzc7P0dLT1dbY2dvf4OLj5OXm5+jq6+zt7u/w8fL09fb3+Pn6+/z9/gNzyOkAAAABYktHRL6k3IPDAAAFwUlEQVQYGe3B+VtUVQAG4G9i0TQZZyA1S0JxydzDNFTUqXBfcylzS8UE21TMyjAQUQnFEi0BHQU3cAc0UGbm+9v65Zw7y70zc++dc3qenof3xZAhQ4b8T+V/uGn/kdrm1psdHTdbm2uP7Ns434//yLD5e+u7aOH+6T0ludBszGf1L5jC87rNBdDm9XXnw0wrfG71cOhQ9N0z2vTk20Ko9t5PYToQOj4FKr17IkKHwtUToMobVQN0of/rkVDik7t06c5yZC7/V1rqajq6f9vKQFlZYNW2A0cvdNPSL35kaPEDmgxerFiSjwQFZQebQzTpKkUmsg4xUX/Nijwk4V15aoAJIhVZcM13ngnatuQhJe/WNiY464VLE28xXsMCD9LyLDzLeMEiuDLzIeM0zIRNs88xTvcMuFDSx1htC+FA6XXG6pkLx0qeM8aLHdlwJGfnP4zRNw8OzexjjOaJcGzSn4zR8z4cmfiQUZF9WXAhuyLCqO4iOOC7xahni+BSWQ+jgl7YlnWeUR3FcG1qJ6MasmDXIUZdexMZGNvGqAOwaTGjrnqREd/fNERKYUvBAxqueZEhXzsNXX7Y8SsNHW8iY+M6afgZNnxKw7NiKDCtl4YA0nrjHqXIIiixjIY7I5FOFQ37oEglDZVIo+glpeYsKJJ9mdJAIVI7QenFRChT3E+pGim9F6G0AwrtohSeglR+otSWDYVygpSqkUJRmNJCKLWEUmgCkvuOUgPU8vxO6TCSev0ZpZlQ7ANKj4YhmXWUGqBcI6UVSOY8pQVQbhGlM0hiTJhCmwfKeW5QCPlh7TNKW6DBdkobYa2eQn8eNPC9pPAbLA17QaEGWtRS6MuBlfmUVkCLtZTmwspeCoN50MIXprATVuopXIQmLRROwUoXhQpoUkXhNizkU1oCTZZRyoPZh5Tyock4SnNgtolCF3TxPKKwBmb7KTRBm0sUdsPsCIWj0OY4hR9gVkthP7SppHASZs0UtkGbLyg0wqyVwkpos4FCC8xuUghAm3IK7TDroFAGbQIUgjDroFAGbQIUgjC7SSEAbcoptMOslcIqaLOBQgvMmilsgzY7KDTCrJbCAWhTReEkzI5QOAptfqTwPcz2UbgAbS5R2AWzjRS6oYvnMYXVMJtPqQCavEVpNsz8lMqgyXJKo2DhPoWD0OQwhU5YOU2hGZpcoVADK3sohLzQwh+h8CWslFBaCS3WUZoDK7nPKZyCFnUUerNh6TSFAS808L+iUANrmylthQafU1oPawVhCm0eKOcJUhgcjSTOUVoI5RZTqkMyqymdhXJNlMqRzPAnlGZDsRJKD3OR1LeUzkEtTxOlSiRXGKL0EZRaSmlwPFI4Tul6DhTKvUXpGFKZEqa0EwrtoRQqRkrVlP6ZBGUmD1A6htQm9FP6IxuK5Fyl1P8O0viahgoo8g0NB5HOyDuUImVQ4mMabo9AWgEaeqZCgel9NCyFDb/Q0DkWGXv7Lg0nYIe/i4Y2HzKUf4OGe6NhS2mEhr98yEh+Kw3hBbCpglHt45CB8TcY9RXsyjrLqM5pcG36XUadfg22eYOM6l0Glz7uY9T1UXCg6AFjHMqGCznfMMb9Qjgyo4cxLhfDsclXGePpdDg0r48x+nflwJHcPQOM0TsLjs3rYazgEtjnWXqLsZ7Oggszuhnn9w9gU0kT49yfDleKgozXuMiDtDyLmxjveiFc8jYwwY3tPqTk/zzIBPWj4FpWRYQJXtau9SEJ/7q6V0wQ/uo1ZKK0iybhlqplYxHP89byw1ciNLm3ABny/0xLjy4dr/xiQ3kgUL5hR9WPlx7T0onRyFzgDl26vRRKjKwcoAv9B0dAlcLqMB0KH3sHKk2pDtGBwWPFUG3C4Ue06WHleOgwbMWZENMarCvPhTb+jb/1MYXemvWjoVnO3J2nbtNCZ82Xc7LxH8mbs2b3DycbW9qDwfaWxpPf71o9exSGDBky5P/pX9F6dsCMuJp+AAAAAElFTkSuQmCC" rel="icon" type="image/png"/> -<link href="/static/main.min.b88acf60.css" rel="stylesheet"/> -<style> -pre { - tab-size: 8 -} -</style> -<meta content="git" name="vcs"/> -<meta content="https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds" name="vcs:clone"/> -<meta content="git@git.sr.ht:~sircmpwn/sr.ht-pkgbuilds" name="vcs:clone"/> -<meta content="https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds" name="forge:summary"/> -<meta content="https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds/tree/{ref}/item/{path}" name="forge:dir"/> -<meta content="https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds/tree/{ref}/item/{path}" name="forge:file"/> -<meta content="https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds/blob/{ref}/{path}" name="forge:rawfile"/> -<meta content="https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds/tree/{ref}/item/{path}#L{line}" name="forge:line"/> -<meta content="git.sr.ht/~sircmpwn/sr.ht-pkgbuilds git https://git.sr.ht/~sircmpwn/sr.ht-pkgbuilds" name="go-import"/> -</head> -<body> -<nav class="navbar navbar-light navbar-expand-sm"> -<span class="navbar-brand"> -<span aria-hidden="true" class="icon icon-circle"><svg height="22" viewbox="0 0 512 512" width="22" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path></svg> -</span> -<a href="https://sr.ht"> - sourcehut - </a> -</span> -<ul class="navbar-nav"> -</ul> -<div class="login"> -<span class="navbar-text"> -<a href="https://meta.sr.ht/oauth/authorize?client_id=25ff6e5ce60d7345&scopes=profile,keys,b99a95de3e69c958/jobs:write&state=%2F~sircmpwn%2Fsr.ht-pkgbuilds%2Ftree%2Fmaster%2Fitem%2Fmeta.sr.ht%2Fmeta.sr.ht.service%3F" rel="nofollow">Log in</a> - — - <a href="https://meta.sr.ht">Register</a> -</span> -</div> -</nav> -<div class="header-tabbed"> -<div class="container-fluid"> -<h2> -<a href="/~sircmpwn/">~sircmpwn</a>/<wbr/>sr.ht-pkgbuilds - </h2> -<ul class="nav nav-tabs"> -<li class="nav-item"> -<a class="nav-link" href="/~sircmpwn/sr.ht-pkgbuilds">summary</a> -</li> -<li class="nav-item"> -<a class="nav-link active" href="/~sircmpwn/sr.ht-pkgbuilds/tree">tree</a> -</li> -<li class="nav-item"> -<a class="nav-link" href="/~sircmpwn/sr.ht-pkgbuilds/log">log</a> -</li> -<li class="nav-item"> -<a class="nav-link" href="/~sircmpwn/sr.ht-pkgbuilds/refs">refs</a> -</li> -</ul> -</div> -</div> -<div class="header-extension" style="margin-bottom: 0;"> -<div class="blob container-fluid"> -<span> -<a href="/~sircmpwn/sr.ht-pkgbuilds/tree/master">sr.ht-pkgbuilds</a>/<a href="/~sircmpwn/sr.ht-pkgbuilds/tree/master/item/meta.sr.ht">meta.sr.ht</a>/meta.sr.ht.service - - - - - - <span class="text-muted" style="margin-left: 1rem"> -<span title="100644"> - -rw-r--r-- - </span> -</span> -<span class="text-muted" style="margin-left: 1rem"> -<span title="267 bytes"> - 267 bytes - </span> -</span> -<div class="blob-nav" style="margin-left: 1rem"> -<ul class="nav nav-tabs"> -<li class="nav-item"> -<a class="nav-link active" href="/~sircmpwn/sr.ht-pkgbuilds/tree/master/item/meta.sr.ht/meta.sr.ht.service">View</a> -</li> -<li class="nav-item"> -<a class="nav-link" href="/~sircmpwn/sr.ht-pkgbuilds/log/master/item/meta.sr.ht/meta.sr.ht.service">Log</a> -</li> -<li class="nav-item"> -<a class="nav-link" href="/~sircmpwn/sr.ht-pkgbuilds/blame/master/meta.sr.ht/meta.sr.ht.service">Blame</a> -</li> -<li class="nav-item"> -<a class="nav-link" href="/~sircmpwn/sr.ht-pkgbuilds/blob/master/meta.sr.ht/meta.sr.ht.service">View raw</a> -</li> -</ul> -</div> -</span> -<div class="commit"> -<a href="/~sircmpwn/sr.ht-pkgbuilds/commit/master">94c3fbc7</a> — - - - <a href="/~eschwartz/">Eli Schwartz</a> - - python-pgpy: also run the testsuite - <span class="text-muted"> -<span title="2022-10-26 23:59:32 UTC">a month ago</span> -</span> -</div> -<div class="clearfix"></div> -</div> -</div> -<div class="container-fluid code-viewport"> -<div class="row" style="margin-right: 0;"> -<div class="col-md-12 code-view"> -<pre class="ruler"><span> </span></pre> -<pre class="lines"><a href="#L1" id="L1">1</a> -<a href="#L2" id="L2">2</a> -<a href="#L3" id="L3">3</a> -<a href="#L4" id="L4">4</a> -<a href="#L5" id="L5">5</a> -<a href="#L6" id="L6">6</a> -<a href="#L7" id="L7">7</a> -<a href="#L8" id="L8">8</a> -<a href="#L9" id="L9">9</a> -<a href="#L10" id="L10">10</a> -<a href="#L11" id="L11">11</a> -<a href="#L12" id="L12">12</a> -<a href="#L13" id="L13">13</a></pre> -<div class="highlight"><pre><span></span><span class="k">[Unit]</span><span class="w"></span> -<span class="na">Description</span><span class="o">=</span><span class="s">meta.sr.ht website service</span><span class="w"></span> -<span class="na">Requires</span><span class="o">=</span><span class="s">postgresql.service</span><span class="w"></span> -<span class="na">After</span><span class="o">=</span><span class="s">postgresql.service network.target</span><span class="w"></span> - -<span class="k">[Service]</span><span class="w"></span> -<span class="na">Type</span><span class="o">=</span><span class="s">simple</span><span class="w"></span> -<span class="na">User</span><span class="o">=</span><span class="s">metasrht</span><span class="w"></span> -<span class="na">Restart</span><span class="o">=</span><span class="s">always</span><span class="w"></span> -<span class="na">ExecStart</span><span class="o">=</span><span class="s">/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:5000</span><span class="w"></span> - -<span class="k">[Install]</span><span class="w"></span> -<span class="na">WantedBy</span><span class="o">=</span><span class="s">multi-user.target</span><span class="w"></span> -</pre></div> -</div> -</div> -<script src="/static/linelight.js"></script> -</div></body> -</html>
\ No newline at end of file +[Unit] +Description=meta.sr.ht website service +After= network.target + +[Service] +Type=simple +User=metasrht +Restart=always +ExecStart=/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:5000 + +[Install] +WantedBy=multi-user.target diff --git a/www-apps/meta-srht/files/sysusers.conf b/www-apps/meta-srht/files/sysusers.conf new file mode 100644 index 0000000..3114aec --- /dev/null +++ b/www-apps/meta-srht/files/sysusers.conf @@ -0,0 +1 @@ +u metasrht - "meta.sr.ht user" diff --git a/www-apps/meta-srht/meta-srht-0.54.4.ebuild b/www-apps/meta-srht/meta-srht-0.54.4.ebuild index 48a2220..ae168a6 100644 --- a/www-apps/meta-srht/meta-srht-0.54.4.ebuild +++ b/www-apps/meta-srht/meta-srht-0.54.4.ebuild @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools @@ -46,6 +46,13 @@ src_compile() { ego build -o metasrht-api } +src_install() { + distutils-r1_src_install + dobin "${S}/api/metasrht-api" + insinto "/etc/" + newins "${S}/config.example.ini" +} + plg_postinst() { optfeature "billing support" "dev-python/stripe dev-python/weasyprint" } |