diff options
Diffstat (limited to 'dev-python/py2neo')
-rw-r--r-- | dev-python/py2neo/Manifest | 2 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-3.1.2.ebuild | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/py2neo/Manifest b/dev-python/py2neo/Manifest index 529c053a1f1c..1c698074d6a5 100644 --- a/dev-python/py2neo/Manifest +++ b/dev-python/py2neo/Manifest @@ -1,3 +1,3 @@ DIST py2neo-3.1.2.tar.gz 100101 BLAKE2B e3339049ce112ce2d952af130aa612ea8c810dafd77f58178bc5bacc743dd384113a56a34f99c1c6ca6f6af07311a608104bb2ce787285ce4d97ca57834ad7e1 SHA512 1f61e1129effe5e77b72955b34726cde668eeb3f3627a1164b40593ad863ae4f19d534f7174742eccae58d770f5e54d907346bef698d98c33e3f3837e70659d4 -EBUILD py2neo-3.1.2.ebuild 631 BLAKE2B f3f7ac2ac239e777cb245a14af46e3027c42a3332c9be22afa934225b110baead7ab2a367e9f74981eefc35061f6cf9dfc749b53f01be8350640cbc27fd7b133 SHA512 d69f4e8d21616e542007795bd7dec7bde8b5bb3bd79934a8cfc81621e687dbd1d582652b65389fb32b5cedc238c2775202b80a7130566bd629bdc3ef6bf2e975 +EBUILD py2neo-3.1.2.ebuild 445 BLAKE2B 54d975cc75914c25ebfde8fe926b5d4170a6eada01063f23234db9d9f9f8a40fb25a5f7558357d4ac9e90b9041939e14019575fe329b4e08e97e1bfc8d368df7 SHA512 732f57f4e4850f3f2cf0943814aa88070af79ce49063ded942a068f983f60a6185d87c91e9320a18e813396dcf82ddab9cb042834854381dfbb99126b1927e26 MISC metadata.xml 366 BLAKE2B 31803fbd38d7d95cf2d4b34ffd2531748b20e18e0c3137835a7b93b3461717d905bb3b6fe4254370a4495e825470995ad66e458f9764d6ab47a4bc8c0d2600e5 SHA512 90e6f3f7417e4315f6682e22790c807a226fb244e5e42965443b907fa188eeb602f37c7ef57ba451e3e9dc53da95aaf4ebc911a4446a5269307f343593d52159 diff --git a/dev-python/py2neo/py2neo-3.1.2.ebuild b/dev-python/py2neo/py2neo-3.1.2.ebuild index 6d1fc20736fe..fa0b17ead676 100644 --- a/dev-python/py2neo/py2neo-3.1.2.ebuild +++ b/dev-python/py2neo/py2neo-3.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 @@ -17,9 +17,3 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_compile() { - # https://github.com/nigelsmall/py2neo/issues/380 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} |