You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/blurb/files/blurb-setuptools.patch

15 lines
522 B

diff -u blurb-1.0.7.orig/setup.py blurb-1.0.7/setup.py
--- blurb-1.0.7.orig/setup.py 1969-12-31 16:00:00.000000000 -0800
+++ blurb-1.0.7/setup.py 2018-11-05 14:58:55.148518033 -0800
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# setup.py generated by flit for tools that don't yet use PEP 517
-from distutils.core import setup
+from setuptools import setup
entry_points = \
{'console_scripts': ['blurb = blurb:main']}
Only in blurb-1.0.7: .setup.py.un~
Common subdirectories: blurb-1.0.7.orig/tests and blurb-1.0.7/tests