summaryrefslogtreecommitdiff
path: root/dev-python/pyzotero
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyzotero
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pyzotero')
-rw-r--r--dev-python/pyzotero/Manifest4
-rw-r--r--dev-python/pyzotero/metadata.xml17
-rw-r--r--dev-python/pyzotero/pyzotero-1.12.0.ebuild49
-rw-r--r--dev-python/pyzotero/pyzotero-1.13.0.ebuild49
4 files changed, 0 insertions, 119 deletions
diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
deleted file mode 100644
index f76f44cd9ee4..000000000000
--- a/dev-python/pyzotero/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pyzotero-1.12.0.tar.gz 554114 BLAKE2B 53d6a838e8514dcc103d2580ddcfd500b17ca96ecea44806f1a6676e1d5350a28d979800959245ea8d067c5e7ba5e37bb479e7245adfd9678720884b8a9cbf33 SHA512 554f92d14b2de764c95996395684409992ac86f4cac0ea4c88cb734caa3c09dc00b17588145f7be2d9cab985a290637ebd73cf4882f747253ab4fcc5021a5e20
-DIST pyzotero-1.12.0.tar.gz.provenance 9605 BLAKE2B b1f195f17903a038eacbe2b3123070112345c68fb6acadb806a9561f34a8f9640a9f910130f426b550ff1a2d0dd4e1e7623aa9c235f9756c385900351b079a6a SHA512 91ced5d19fbe5040a8e2827f27caa74824375b4938f9cbe87c18f318e5aec8cd8c47e6173c85eb09b779443ee71385cff810b04a897d9446758fec42a97b35a7
-DIST pyzotero-1.13.0.tar.gz 554121 BLAKE2B 6840cb39fe045cea48571045e8d1b3ca407f03127c7a3bd6a8bea0ea1597d0be09dba494582946729e759d8e7b37572f3b04088c6626b23a5c6a8020a58320f6 SHA512 d5ec5f62cef777454c36cdddc2b6ef7014a6d56e506b682ae990a609e1ba9f2b780af84e4533e6a158b2109b022a991be4097021f06788366a32e6d857db11a2
-DIST pyzotero-1.13.0.tar.gz.provenance 9653 BLAKE2B 67430d9a4b833d7f37ed4a9422fd2a025238be4a13a2bc6df7a596a0fc71b9eaa3dc9adb513626fcc71fa752cad8f39afe28d8360c14ca95f55d102b11c2dcaf SHA512 248e35a43a6a211c73455d6fd635cec12c3a9abff70eaa2f772a7fb7c98c249859985695e3e1ba55060aa326e1a7c9b9db8a165a7765c26711c2c4580786cd52
diff --git a/dev-python/pyzotero/metadata.xml b/dev-python/pyzotero/metadata.xml
deleted file mode 100644
index 6703609ac42b..000000000000
--- a/dev-python/pyzotero/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>nowa@gentoo.org</email>
- <name>Nowa Ammerlaan</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">urschrei/pyzotero</remote-id>
- <remote-id type="pypi">pyzotero</remote-id>
- </upstream>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/dev-python/pyzotero/pyzotero-1.12.0.ebuild b/dev-python/pyzotero/pyzotero-1.12.0.ebuild
deleted file mode 100644
index 5fe73cdbf3b0..000000000000
--- a/dev-python/pyzotero/pyzotero-1.12.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=uv-build
-PYPI_VERIFY_REPO=https://github.com/urschrei/pyzotero
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python client for the Zotero API"
-HOMEPAGE="
- https://github.com/urschrei/pyzotero/
- https://pypi.org/project/pyzotero/
-"
-
-LICENSE="BlueOak-1.0.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-text/zotero-bin
- <dev-python/bibtexparser-2[${PYTHON_USEDEP}]
- >=dev-python/bibtexparser-1.4.3[${PYTHON_USEDEP}]
- >=dev-python/feedparser-6.0.12[${PYTHON_USEDEP}]
- >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
- >=dev-python/whenever-0.8.8[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
- test? (
- dev-python/ipython[${PYTHON_USEDEP}]
- >=dev-python/pytz-2025.2[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- >=dev-python/tzdata-2025.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
-EPYTEST_PLUGINS=( pytest-asyncio )
-distutils_enable_tests pytest
-
-python_test() {
- > tests/__init__.py || die
- epytest -o addopts=
-}
diff --git a/dev-python/pyzotero/pyzotero-1.13.0.ebuild b/dev-python/pyzotero/pyzotero-1.13.0.ebuild
deleted file mode 100644
index 5fe73cdbf3b0..000000000000
--- a/dev-python/pyzotero/pyzotero-1.13.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=uv-build
-PYPI_VERIFY_REPO=https://github.com/urschrei/pyzotero
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python client for the Zotero API"
-HOMEPAGE="
- https://github.com/urschrei/pyzotero/
- https://pypi.org/project/pyzotero/
-"
-
-LICENSE="BlueOak-1.0.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-text/zotero-bin
- <dev-python/bibtexparser-2[${PYTHON_USEDEP}]
- >=dev-python/bibtexparser-1.4.3[${PYTHON_USEDEP}]
- >=dev-python/feedparser-6.0.12[${PYTHON_USEDEP}]
- >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
- >=dev-python/whenever-0.8.8[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
- test? (
- dev-python/ipython[${PYTHON_USEDEP}]
- >=dev-python/pytz-2025.2[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- >=dev-python/tzdata-2025.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
-EPYTEST_PLUGINS=( pytest-asyncio )
-distutils_enable_tests pytest
-
-python_test() {
- > tests/__init__.py || die
- epytest -o addopts=
-}