Adding isort
This commit is contained in:
3
dev-python/isort/Manifest
Normal file
3
dev-python/isort/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
AUX 0001-no-setup.patch 337 BLAKE2B ab8c5e068ad379165571c150ec64cc774c536558f384b579ab0c605512a6def2f4f8a5623079485b69dc3e6567c391c545d351d5a6740e5a0abf58733e2ead45 SHA512 71986adb4307bb7615c80a10875e286e699dafc12526b2864695f44a6f4773617ba23f1f35e99c57cc31f6ea21fd16057093e7fd828028234f1feb183e18462a
|
||||
DIST isort-5.5.2.tar.gz 145020 BLAKE2B 718c3e748333e17a29b19a46779c40b21a674efb3b3358851973f383719a64fda44ab352bd005e368e0bec3d5c20472c27dba8f0e62ef53c7fd80785a4cc0228 SHA512 687e523073b671f7144027ce05b388566809673ffa36bc5890a51eb38f3a85c40d9861e6d2ee70e70710725579fe63a28ca45c0a8bc902761ad02bfe4656e5d2
|
||||
EBUILD isort-5.5.2.ebuild 511 BLAKE2B e6e5fb31d5829a81cff2f3d9015357e172bf838db184d0f1d105ac90cd12c7dd16789e4e6f5ac258903e68a0e45d69835af8278a73c807b30782fb0cce6da67f SHA512 5721ce2d38b6d4edb08d427998b4f272c386d8adddc6e7cafdc1955211716cf9411d4f3426c3afb3c9f3097992c4d99a5695f27d5ab27507a6d8ffcdad6b2aca
|
15
dev-python/isort/files/0001-no-setup.patch
Normal file
15
dev-python/isort/files/0001-no-setup.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- a/setup.py 2020-09-15 10:50:44.048973353 +0200
|
||||
+++ b/setup.py 2020-09-15 10:50:50.498973117 +0200
|
||||
@@ -6,11 +6,7 @@
|
||||
'isort._future',
|
||||
'isort._vendored.toml',
|
||||
'isort.deprecated',
|
||||
- 'isort.stdlibs',
|
||||
- 'tests',
|
||||
- 'tests.integration',
|
||||
- 'tests.unit',
|
||||
- 'tests.unit.profiles']
|
||||
+ 'isort.stdlibs']
|
||||
|
||||
package_data = \
|
||||
{'': ['*']}
|
24
dev-python/isort/isort-5.5.2.ebuild
Normal file
24
dev-python/isort/isort-5.5.2.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3+ pypy3 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python utility/library to sort imports"
|
||||
HOMEPAGE="https://pypi.org/project/isort/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/49/af/6dc35623937fe93a6bccfd95a7b6fc295b34aca75c0d676a765ddb026dc1/isort-5.5.2.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="*"
|
||||
|
||||
BDEPEND="dev-python/setuptools"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/0001-no-setup.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
Reference in New Issue
Block a user