summaryrefslogtreecommitdiff
path: root/dev-python/mysql-replication
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 /dev-python/mysql-replication
parentBump deswappify-auth and powerline-gitstatus python_compat (diff)
downloadportage-adfb03b4b888154b22925f41d07002774b0318ae.tar.bz2
portage-adfb03b4b888154b22925f41d07002774b0318ae.tar.xz
portage-adfb03b4b888154b22925f41d07002774b0318ae.zip
Remove unrequired python things
Diffstat (limited to 'dev-python/mysql-replication')
-rw-r--r--dev-python/mysql-replication/Manifest2
-rw-r--r--dev-python/mysql-replication/mysql-replication-0.22.ebuild17
2 files changed, 0 insertions, 19 deletions
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=""