diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-16 16:47:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-16 16:47:37 +0100 |
commit | 8aebb228036d5e2863b7eaa6e319ab41c1669269 (patch) | |
tree | 00f4b90ce32462dc8e99ae54a31d6462ea2c3ac6 /dev-python/codetools | |
parent | 76cba73c47c8694e74377004634daca18f2d9c08 (diff) |
gentoo resync : 16.04.2018
Diffstat (limited to 'dev-python/codetools')
-rw-r--r-- | dev-python/codetools/Manifest | 2 | ||||
-rw-r--r-- | dev-python/codetools/codetools-4.2.0.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/codetools/Manifest b/dev-python/codetools/Manifest index 480638f2ff03..53e9e985d6b4 100644 --- a/dev-python/codetools/Manifest +++ b/dev-python/codetools/Manifest @@ -1,3 +1,3 @@ DIST codetools-4.2.0.tar.gz 117891 BLAKE2B 970d56037fdad518aa8975805a70238aa417a74649fa94c8383e2828447860b7a4d9467c54adf7f519e0f07e8852f0639486c1d3b5f80ccc6afc0d0d18da7d8a SHA512 8b63b9cb65966db72f3d2b054559fadf3008a4f4a7fc66ff12b046ca18568694c9d11066d6450e38b053b73df31c8a136729d7052bf8e21f287eac220ddf5dbb -EBUILD codetools-4.2.0.ebuild 884 BLAKE2B a783a5956e274291d4ae3927db88870d988ed63baf907994324bf2f683356ba1143af5b00d675b17de40a0e12341841cff08fa792df962b32882759a18bd4508 SHA512 8dc27482d89ebeb4e8c038e04dac0b0c7cdd5389010fdc96d1464a3936074f050fb5590cca91953e77dddeeadbda3e2fc9a44125539acc375b649f4bc06ba857 +EBUILD codetools-4.2.0.ebuild 954 BLAKE2B 12b118f5dd91dfc218366e8c0ec9fba6b57bb29caa401e618a6516b35ca31ac6890370630bf692f893379d0e5117cdd8eae02ff63cf555f478dbb67e373cf4d0 SHA512 9b5b3357201956cdc76e3528766fdbe77d3eb2f9dd5adb6b38519be8190dfa3945b68de1f64f159484965b6a6fff2527e119d0cd281c83f7d2e4bb55e3cad543 MISC metadata.xml 1134 BLAKE2B 33cdab74cd636bd5d69b5d33cb774d7d2f6c96b26b0d8bbc9e850ec9fe3d3e1ccc07fd60865a2ebf3588ed829cd2bb710736491c60ef9f7662990053ce70a67d SHA512 764080f26934d139d4fbb11a55c40d4342d1fe2132b4291dfe5fb0f558ca3ed26f3e61d335b343c4edd8812bafbb084098f5f0622cd78af785a21f6f6b4c668c diff --git a/dev-python/codetools/codetools-4.2.0.ebuild b/dev-python/codetools/codetools-4.2.0.ebuild index cf645d00d48c..796f4dd96a8c 100644 --- a/dev-python/codetools/codetools-4.2.0.ebuild +++ b/dev-python/codetools/codetools-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools" -HOMEPAGE="http://code.enthought.com/projects/code_tools/" +HOMEPAGE="http://docs.enthought.com/codetools/ + https://github.com/enthought/codetools + https://pypi.python.org/pypi/codetools" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" IUSE="test" |