summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-06-03 18:09:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-06-04 01:23:30 +0100
commitadfb03b4b888154b22925f41d07002774b0318ae (patch)
tree97e13531fe522ed4c57a1b6d0b8ad6677d306d3b
parentBump deswappify-auth and powerline-gitstatus python_compat (diff)
downloadportage-adfb03b4b888154b22925f41d07002774b0318ae.tar.bz2
portage-adfb03b4b888154b22925f41d07002774b0318ae.tar.xz
portage-adfb03b4b888154b22925f41d07002774b0318ae.zip
Remove unrequired python things
-rw-r--r--dev-db/pg_chameleon/Manifest2
-rw-r--r--dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild28
-rw-r--r--dev-python/daemonize/Manifest2
-rw-r--r--dev-python/daemonize/daemonize-2.5.0.ebuild18
-rw-r--r--dev-python/mysql-replication/Manifest2
-rw-r--r--dev-python/mysql-replication/mysql-replication-0.22.ebuild17
-rw-r--r--dev-python/parallax/Manifest2
-rw-r--r--dev-python/parallax/parallax-1.0.6.ebuild15
-rw-r--r--dev-python/rollbar/Manifest2
-rw-r--r--dev-python/rollbar/rollbar-0.15.0.ebuild17
10 files changed, 0 insertions, 105 deletions
diff --git a/dev-db/pg_chameleon/Manifest b/dev-db/pg_chameleon/Manifest
deleted file mode 100644
index c236ef9..0000000
--- a/dev-db/pg_chameleon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pg_chameleon-2.0.16.tar.gz 342137 BLAKE2B 2cbec5e63bdd4a14d8981eb668bc631504e37e3b533a26f18e9636be56953d3f7e22718f29617838097bca9db45032b116e422a1ff0645795f006bfeb4ad41ba SHA512 9cc0765cd9c1322cd4370690f9723ab79d18ed0afcea6fb0f297873be1f4acd4981547fe8e276e5b5a0a40c67c9cf429b9e65bcf435e363b2b9de709ebe30f1f
-EBUILD pg_chameleon-2.0.16-r1.ebuild 734 BLAKE2B 3c7031febe647baa21705c969a0edbbc97637bd3e0d6671ea009ba5318716205f4c5db2b99d21f02d69126f0241a4304100645dae8701df78ee334977513c35b SHA512 8b6612141da39f872a01767a3376e24551dc872ab65b499ce04c358d11f1c8e8577b70fbefb6a732426f7d3634676aaed61d9741d6438851728cdbca45b5bb00
diff --git a/dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild b/dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild
deleted file mode 100644
index c607b50..0000000
--- a/dev-db/pg_chameleon/pg_chameleon-2.0.16-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="MySQL to PostgreSQL replica system"
-HOMEPAGE="https://pgchameleon.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=dev-python/daemonize-2.4.7[${PYTHON_USEDEP}]
- >=dev-python/mysql-replication-0.22[${PYTHON_USEDEP}]
- >=dev-python/psycopg-2.8.3[${PYTHON_USEDEP}]
- <dev-python/pymysql-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-5.1.2[${PYTHON_USEDEP}]
- >=dev-python/rollbar-0.13.17[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.8.1[${PYTHON_USEDEP}]"
-BDEPEND=""
diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
deleted file mode 100644
index 28f928b..0000000
--- a/dev-python/daemonize/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST daemonize-2.5.0.tar.gz 10126 BLAKE2B 10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558 SHA512 c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65
-EBUILD daemonize-2.5.0.ebuild 434 BLAKE2B 0ce82e05db0123402a7f13fa0ccb745d400219fcd25ea14686f6e3e084059ae2b4b2e0257bcee20e01fc2ec3f1e92d9b9bde77db98f398b3d4550af5ff76e25a SHA512 474e031d767ac44eb51e018b785a99d3f42080f8f7c0582c2038ecac419d45fd1413e5bc81c8ef018243137cf9acd541a4c4e78ddd9e81d4668735c7c1e45668
diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild b/dev-python/daemonize/daemonize-2.5.0.ebuild
deleted file mode 100644
index 04bd72b..0000000
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for writing system daemons in Python"
-HOMEPAGE="https://github.com/thesharp/daemonize"
-SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests nose
diff --git a/dev-python/mysql-replication/Manifest b/dev-python/mysql-replication/Manifest
deleted file mode 100644
index 688b5f9..0000000
--- a/dev-python/mysql-replication/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mysql-replication-0.22.tar.gz 38750 BLAKE2B 7ae61b24038ed0fdd0e38bc14b7109a78527fecacab0af6704531fe39a1fcf5e4ac2261b71c7089087b534d910871e495ac0959675ecf08b105facc92714ea4f SHA512 130bfead7d96514feffd00171518556a20d5c1fe02232550b6caa6d14eb4fc4646f4db45d59d505dd9bb2557e864d1f9a3b5f23c056d2ff765a5d256738018bd
-EBUILD mysql-replication-0.22.ebuild 440 BLAKE2B f0fed534adb0bafdf60f77562208088df05b860b432386d43f4ffa38b4726c1e92b3e310fb232990709cbd2478845de57d3b24cc7c68af43d9c7bedb347e89d9 SHA512 17d5cf706f70e099fa3440537e84fc80ac797ca65096b12cbd9deb7fab4fa858e9b106a056428d43b39e1f88d2f5e111b71749c3eb9a379cc55f8ec024cb10c6
diff --git a/dev-python/mysql-replication/mysql-replication-0.22.ebuild b/dev-python/mysql-replication/mysql-replication-0.22.ebuild
deleted file mode 100644
index e279a4b..0000000
--- a/dev-python/mysql-replication/mysql-replication-0.22.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL"
-HOMEPAGE="https://github.com/noplay/python-mysql-replication"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/dev-python/parallax/Manifest b/dev-python/parallax/Manifest
deleted file mode 100644
index c1073e0..0000000
--- a/dev-python/parallax/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST parallax-1.0.6.tar.gz 17371 BLAKE2B 7540b7248ddeecbef79bf6d302043c48e5aa228a9c217aa0df3161d399d326d8e5da7e06906ac1bd715976dd65d5282302c73df84d00d64de525e4e16a37ffdd SHA512 01f45d5fd801b5525adec12655e620219f8c2ccb9390b82ca78f19a7489278121dd45de6be387034da3691d9ccb1e8f912859c31e85a82bccd1a789da830349e
-EBUILD parallax-1.0.6.ebuild 418 BLAKE2B 35cc4497ff55b8fec0eca9ed7601f55c6c72d33a80fdecb3113f92ad1db3fa856f6bc4a93ede0bfedec640c9cedcda7982e3aed9644cb4b08508c0f5831a10f9 SHA512 9ce818805edc2e40777e3678911815f4929430d1e3572fe438e792b496d96735348766f09963405dd68830a7041b24543de5b85f7b9f2bf9859738466b0c8a7a
diff --git a/dev-python/parallax/parallax-1.0.6.ebuild b/dev-python/parallax/parallax-1.0.6.ebuild
deleted file mode 100644
index 9e7296c..0000000
--- a/dev-python/parallax/parallax-1.0.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Execute commands and copy files over SSH to multiple machines at once"
-HOMEPAGE="https://github.com/krig/parallax/"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
diff --git a/dev-python/rollbar/Manifest b/dev-python/rollbar/Manifest
deleted file mode 100644
index 96e9efa..0000000
--- a/dev-python/rollbar/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rollbar-0.15.0.tar.gz 50665 BLAKE2B 3f0c5300a2ee2d3563df80b83792e4ca6d0410d820f560e4f90d7d0e4d50caba6baecc633bd3d48c54144c8cd2706e9ad21f7d3a132d724d8a0748251a2f6bac SHA512 5c38ca56a0081553564a06625d5595b92d85cbf8763bb5b5dc9d51712bda2ff24c1443004e60e69dc0a6de96dc6c81dc8c07009132281eb4821e7e9ea1ef71c6
-EBUILD rollbar-0.15.0.ebuild 388 BLAKE2B 42f199b005c2620ba00d9c6fceff0ea880028318813fd06a3e938dd91e9605d65ece1c5dda2c940f76667315ad6821a2eb7bfbea2ae83b98121abd81027e7f57 SHA512 45f1da42dcf2f43b6bee42f694e79cf688c6a266ddd92d1a847591a8b9baafb87f4d9f1610899beb8c26e6f1cc718a97911875d8d5e3b39963ea88461fcf3eca
diff --git a/dev-python/rollbar/rollbar-0.15.0.ebuild b/dev-python/rollbar/rollbar-0.15.0.ebuild
deleted file mode 100644
index 14ab4ad..0000000
--- a/dev-python/rollbar/rollbar-0.15.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Error tracking and logging from Python to Rollbar"
-HOMEPAGE="https://github.com/rollbar/pyrollbar"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""