aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bson')
-rw-r--r--dev-python/bson/Manifest1
-rw-r--r--dev-python/bson/bson-0.5.10.ebuild29
-rw-r--r--dev-python/bson/metadata.xml14
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/bson/Manifest b/dev-python/bson/Manifest
deleted file mode 100644
index 57173e566..000000000
--- a/dev-python/bson/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bson-0.5.10.gh.tar.gz 24735 BLAKE2B a658598d9cac3bf55327ec2084d4c884b92d00e1ffaa084bcfdbebe24fd53b342d117449fde9d394f08b5fc04f9ea9c6856394bdb90806131c65111478c75f72 SHA512 6c74344a75eaeb7f53609ab78a9223218ac89edd320e503898145668cd746d5b76624d91640223a826af7ab978b107715cdb9904f16f6499c9be1ce9f54a09f8
diff --git a/dev-python/bson/bson-0.5.10.ebuild b/dev-python/bson/bson-0.5.10.ebuild
deleted file mode 100644
index 89b9066c9..000000000
--- a/dev-python/bson/bson-0.5.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB"
-HOMEPAGE="https://github.com/py-bson/bson"
-SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-python_test() {
- "${EPYTHON}" test.py || die
-}
diff --git a/dev-python/bson/metadata.xml b/dev-python/bson/metadata.xml
deleted file mode 100644
index 104252586..000000000
--- a/dev-python/bson/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">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/py-bson/bson/issues</bugs-to>
- <remote-id type="github">py-bson/bson</remote-id>
- <remote-id type="pypi">bson</remote-id>
- </upstream>
-</pkgmetadata>