diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/into | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/into')
-rw-r--r-- | dev-python/into/Manifest | 2 | ||||
-rw-r--r-- | dev-python/into/into-0.2.2.ebuild | 18 |
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-python/into/Manifest b/dev-python/into/Manifest index 98c5b1d349d9..c02ae00a9481 100644 --- a/dev-python/into/Manifest +++ b/dev-python/into/Manifest @@ -1,3 +1,3 @@ DIST into-0.2.2.tar.gz 85008 BLAKE2B 988ed26dc80259ddd0f0585a87e611bd2773971f5da0c8a63632b9751717d1b1c5568b3ff77cafc2a56fd95f722cde9014cbc6846eb63cbd2410d31f2aeeb02e SHA512 0dc43e55dcbb6264c226c1b4d893b07fee9e90304e293953b26764d90ba211ed65eddad68c7fe4f2eebe7b57595bbd12131665394ce4f339da0cf77337ed16e2 -EBUILD into-0.2.2.ebuild 690 BLAKE2B 84711a6725d5bc879adece5b19c1d932b2ee37d16aa34814fd5c7011ff7167eee3a2fb88cc1c3430a26ddb940f7ca68f1f6a24b01e98de89d654fa5104f74966 SHA512 7857e231a22525e65c2c74767568d9245f1f2242773a1bb127dbd912d62edc44b5143270a8997974b3141ad6d046b045dd9973874728ac0cc3e4e1ef766d0e0f +EBUILD into-0.2.2.ebuild 624 BLAKE2B 354caa0cd23225a461ba9dc97bed6bd1223dbe90e4c6c2580e5fc088277aa36083cc5f5f1d73bf51356dce3080af8a0b3c7f3f14f3c506f574f025c86583d887 SHA512 13545df0f8e237b0aedbfbfa64aabd5c17e529c49e934a2b4b0525f6c8058f924db568690891e4496d5fc51b9f5436fad5ac46bbfb32bd97202efe894b2d8750 MISC metadata.xml 317 BLAKE2B 5cea2513b352f676b7b521cc60fcd6e11aafd9a5a320950940b02c7da284cf9541d321d9a40b3f00ba4a978ee61ec294e2889c7b4f4e80af08c65a758f20c1b6 SHA512 41ace180fc3b6550d60bf8969358c4220acd21c688decf0d47d437dfa2423e7cf5a015bd163108c7e5ef028fba1ae0383754f772d9de954e35f840d09c97ff03 diff --git a/dev-python/into/into-0.2.2.ebuild b/dev-python/into/into-0.2.2.ebuild index d6446d941ded..8d689ad13283 100644 --- a/dev-python/into/into-0.2.2.ebuild +++ b/dev-python/into/into-0.2.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Data migration utilities" @@ -16,10 +15,9 @@ SLOT="0" KEYWORDS="amd64 x86" RDEPEND="dev-python/datashape[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - >=dev-python/pandas-0.15[${PYTHON_USEDEP}] - dev-python/toolz[${PYTHON_USEDEP}] - dev-python/multipledispatch[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - !media-libs/urt" # Bug #552448 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/numpy[${PYTHON_USEDEP}] + >=dev-python/pandas-0.15[${PYTHON_USEDEP}] + dev-python/toolz[${PYTHON_USEDEP}] + dev-python/multipledispatch[${PYTHON_USEDEP}] + dev-python/networkx[${PYTHON_USEDEP}] + !media-libs/urt" # Bug #552448 |