summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2020-09-21 16:08:00 UTCRepository mirror & CI2020-09-212612-2644/+2705
|
* Merge updates from masterRepository mirror & CI2020-09-211-0/+60
|\
| * install-qa-check.d: add DISTUTILS_USE_SETUPTOOLS checkMichał Górny2020-09-211-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move DISTUTILS_USE_SETUPTOOLS check from distutils-r1.eclass to install QA checks, and rewrite it to use installed egg-info rather than greps on input files. This produces less false positives, particularly in packages that use boilerplate empty 'entry_points' in their setup script or configuration file. We also no longer require explicit setuptools RDEPEND for packages using other entry point types than console_scripts -- instead, we assume that the package consuming these entry points will bring setuptools as necessary. The rough idea is to look at egg-info metadata installed by distutils or setuptools. Plain distutils installs it as a regular file, while setuptools as a directory, and that's how we distinguish the two. For setuptools, we additionally grep entry_points.txt for `[console_scripts]`, and require RDEPEND when they are present. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2020-09-21 15:05:37 UTCRepository mirror & CI2020-09-2111-104/+30
| |
* | 2020-09-21 14:35:38 UTCRepository mirror & CI2020-09-2149-682/+18
| |
* | 2020-09-21 14:05:36 UTCRepository mirror & CI2020-09-2117-60/+124
| |
* | 2020-09-21 12:35:32 UTCRepository mirror & CI2020-09-213-3/+3
| |
* | 2020-09-21 12:05:39 UTCRepository mirror & CI2020-09-213-2/+17
| |
* | 2020-09-21 11:05:32 UTCRepository mirror & CI2020-09-215-5/+5
| |
* | 2020-09-21 10:05:39 UTCRepository mirror & CI2020-09-212-3/+3
| |
* | 2020-09-21 09:35:48 UTCRepository mirror & CI2020-09-217-5/+54
| |
* | 2020-09-21 09:05:34 UTCRepository mirror & CI2020-09-213-18/+2
| |
* | 2020-09-21 08:40:31 UTCRepository mirror & CI2020-09-212-2/+2
| |
* | 2020-09-21 08:05:46 UTCRepository mirror & CI2020-09-2122-240/+36
| |
* | 2020-09-21 07:05:31 UTCRepository mirror & CI2020-09-212-3/+3
| |
* | 2020-09-21 06:35:32 UTCRepository mirror & CI2020-09-2130-359/+34
| |
* | 2020-09-21 06:05:36 UTCRepository mirror & CI2020-09-216-30/+34
| |
* | 2020-09-21 02:05:42 UTCRepository mirror & CI2020-09-214-5/+20
| |
* | 2020-09-21 00:05:35 UTCRepository mirror & CI2020-09-213-2/+17
| |
* | 2020-09-20 23:35:34 UTCRepository mirror & CI2020-09-2013-83/+28
| |
* | 2020-09-20 23:05:34 UTCRepository mirror & CI2020-09-2021-37/+53
| |
* | 2020-09-20 22:35:31 UTCRepository mirror & CI2020-09-203-2/+18
| |
* | 2020-09-20 22:05:36 UTCRepository mirror & CI2020-09-2023-65/+53
| |
* | 2020-09-20 21:35:30 UTCRepository mirror & CI2020-09-2022-78/+39
| |
* | 2020-09-20 21:05:33 UTCRepository mirror & CI2020-09-2013-23/+80
| |
* | 2020-09-20 20:35:30 UTCRepository mirror & CI2020-09-2020-39/+39
| |
* | 2020-09-20 20:05:35 UTCRepository mirror & CI2020-09-206-45/+19
| |
* | 2020-09-20 19:35:38 UTCRepository mirror & CI2020-09-202-2/+2
| |
* | 2020-09-20 19:05:30 UTCRepository mirror & CI2020-09-206-7/+20
| |
* | 2020-09-20 18:35:33 UTCRepository mirror & CI2020-09-203-5/+5
| |
* | 2020-09-20 18:05:44 UTCRepository mirror & CI2020-09-204-7/+7
| |
* | 2020-09-20 17:35:28 UTCRepository mirror & CI2020-09-202-3/+3
| |
* | 2020-09-20 17:05:38 UTCRepository mirror & CI2020-09-205-8/+8
| |
* | 2020-09-20 16:40:55 UTCRepository mirror & CI2020-09-209-15/+16
| |
* | 2020-09-20 16:11:52 UTCRepository mirror & CI2020-09-20104-867/+728
| |
* | 2020-09-20 15:35:33 UTCRepository mirror & CI2020-09-2023-45/+87
| |
* | 2020-09-20 15:05:32 UTCRepository mirror & CI2020-09-2013-71/+55
| |
* | 2020-09-20 14:42:16 UTCRepository mirror & CI2020-09-2042-288/+267
| |
* | 2020-09-20 14:05:34 UTCRepository mirror & CI2020-09-2022-122/+52
| |
* | 2020-09-20 13:35:37 UTCRepository mirror & CI2020-09-2052-468/+239
| |
* | 2020-09-20 13:05:37 UTCRepository mirror & CI2020-09-208-27/+12
| |
* | 2020-09-20 11:35:28 UTCRepository mirror & CI2020-09-202-3/+3
| |
* | 2020-09-20 11:05:31 UTCRepository mirror & CI2020-09-2023-151/+131
| |
* | 2020-09-20 10:35:32 UTCRepository mirror & CI2020-09-2037-253/+251
| |
* | 2020-09-20 10:05:38 UTCRepository mirror & CI2020-09-2071-541/+513
| |
* | 2020-09-20 09:35:31 UTCRepository mirror & CI2020-09-209-73/+17
| |
* | 2020-09-20 09:12:31 UTCRepository mirror & CI2020-09-2027-108/+148
| |
* | 2020-09-20 08:35:34 UTCRepository mirror & CI2020-09-2013-87/+88
| |
* | 2020-09-20 08:05:41 UTCRepository mirror & CI2020-09-2023-159/+140
| |
* | 2020-09-20 07:35:38 UTCRepository mirror & CI2020-09-203-2/+18
| |