* [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify_simple/
@ 2021-10-25 1:42 Rick Farina
0 siblings, 0 replies; 2+ messages in thread
From: Rick Farina @ 2021-10-25 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 2e806dab70b5f6e27db19148c79c19409e39cbdc
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 25 01:42:28 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 01:42:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e806dab
dev-python/inotify_simple: initial commit
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/inotify_simple/Manifest | 1 +
dev-python/inotify_simple/inotify_simple-1.3.5.ebuild | 19 +++++++++++++++++++
dev-python/inotify_simple/metadata.xml | 11 +++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/inotify_simple/Manifest b/dev-python/inotify_simple/Manifest
new file mode 100644
index 00000000000..af642423f10
--- /dev/null
+++ b/dev-python/inotify_simple/Manifest
@@ -0,0 +1 @@
+DIST inotify_simple-1.3.5.tar.gz 8534 BLAKE2B bda4abce55277d8502ed47b07d3ab0fc4202bf191c1c98d12614671196f4b43c818c23d0ffeed1637f154d39cf97477b92abdea686d9bf130947407938b3d550 SHA512 a2f837ef123ae149c3e203e2d7c7e567214792c7ee3d54b6e36292822e6b9c476c754554ee1109f9ada3dcf3f615024f191aa903b54a875fa6d89f68669999bf
diff --git a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild b/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
new file mode 100644
index 00000000000..e075cb22f88
--- /dev/null
+++ b/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_9 )
+inherit distutils-r1
+
+DESCRIPTION="simple Python wrapper around inotify"
+HOMEPAGE="https://github.com/chrisjbillington/inotify_simple"
+SRC_URI="https://github.com/chrisjbillington/inotify_simple/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/dev-python/inotify_simple/metadata.xml b/dev-python/inotify_simple/metadata.xml
new file mode 100644
index 00000000000..922ce76ec7b
--- /dev/null
+++ b/dev-python/inotify_simple/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina (Zero_Chaos)</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify_simple/
@ 2021-11-06 10:59 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2021-11-06 10:59 UTC (permalink / raw
To: gentoo-commits
commit: c91d04658e18fd48cbc6fc0a5c18c744e5da8224
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 08:38:30 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 10:59:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d0465
Revert "dev-python/inotify_simple: initial commit"
This bad quality ebuild has been added with python@ as primary
maintainer without permission and without meeting the minimal
requirements listed on Python project page.
Reverts: 2e806dab70b5f6e27db19148c79c19409e39cbdc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/inotify_simple/Manifest | 1 -
dev-python/inotify_simple/inotify_simple-1.3.5.ebuild | 19 -------------------
dev-python/inotify_simple/metadata.xml | 11 -----------
3 files changed, 31 deletions(-)
diff --git a/dev-python/inotify_simple/Manifest b/dev-python/inotify_simple/Manifest
deleted file mode 100644
index af642423f10..00000000000
--- a/dev-python/inotify_simple/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST inotify_simple-1.3.5.tar.gz 8534 BLAKE2B bda4abce55277d8502ed47b07d3ab0fc4202bf191c1c98d12614671196f4b43c818c23d0ffeed1637f154d39cf97477b92abdea686d9bf130947407938b3d550 SHA512 a2f837ef123ae149c3e203e2d7c7e567214792c7ee3d54b6e36292822e6b9c476c754554ee1109f9ada3dcf3f615024f191aa903b54a875fa6d89f68669999bf
diff --git a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild b/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
deleted file mode 100644
index e075cb22f88..00000000000
--- a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_9 )
-inherit distutils-r1
-
-DESCRIPTION="simple Python wrapper around inotify"
-HOMEPAGE="https://github.com/chrisjbillington/inotify_simple"
-SRC_URI="https://github.com/chrisjbillington/inotify_simple/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
diff --git a/dev-python/inotify_simple/metadata.xml b/dev-python/inotify_simple/metadata.xml
deleted file mode 100644
index 922ce76ec7b..00000000000
--- a/dev-python/inotify_simple/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina (Zero_Chaos)</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-06 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-06 10:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify_simple/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-10-25 1:42 Rick Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox