mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/entrypoints: Drop 0.2.3 and 0.3 (r0)
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
setup.py for entrypoints by Marius Brehler <marbre@linux.sungazer.de>.
|
||||
|
||||
Patch by Marius Brehler <marbrbre@linux.sungazer.de>.
|
||||
--- /dev/null
|
||||
+++ b/setup.py
|
||||
@@ -0,0 +1,13 @@
|
||||
+from distutils.core import setup
|
||||
+
|
||||
+setup(name='entrypoints',
|
||||
+ version='0.2.3',
|
||||
+ description='Discover and load entry points from installed packages.',
|
||||
+ author='Thomas Kluyver',
|
||||
+ author_email='thomas@kluyver.me.uk',
|
||||
+ url='https://github.com/takluyver/entrypoints',
|
||||
+ packages=['entrypoints'],
|
||||
+ classifiers=[
|
||||
+ 'License :: OSI Approved :: MIT License'
|
||||
+ ]
|
||||
+)
|
||||
\ No newline at end of file
|
||||
Reference in New Issue
Block a user