diff options
Diffstat (limited to 'dev-python/llfuse')
-rw-r--r-- | dev-python/llfuse/Manifest | 4 | ||||
-rw-r--r-- | dev-python/llfuse/llfuse-1.2.ebuild | 38 | ||||
-rw-r--r-- | dev-python/llfuse/llfuse-1.3.2.ebuild | 3 |
3 files changed, 3 insertions, 42 deletions
diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest index 7d83d1e8e7f5..b8d7ccdc69c2 100644 --- a/dev-python/llfuse/Manifest +++ b/dev-python/llfuse/Manifest @@ -1,6 +1,4 @@ AUX llfuse-1.3-cflags.patch 752 BLAKE2B aff689d4ddd5b5e5cc977595891c68b4e4b5876d0faf5cd243be942961abec618f861d835fa501585c04902a4be1491854d8a80c32442b4125cfdf8c29984444 SHA512 e0751e90fa89fe7fff6844b5be3cd8b55cbe4c62fb3341643a9049ff54c2e8bccc439ce444822b9d0858c83a3cd12dbede5253f9a9e6544ef26747a19f8f233a -DIST llfuse-1.2.tar.bz2 327967 BLAKE2B f2c64e46813dfee157d7befe9743809c299e03c77ebf6e9ea0e94578aa69a0884b7438aa24a551a5bd49458ddc6c350167afbc1832e1f73cc49c2f5cb529083c SHA512 0c31ac385a98211f8696857654ea187c5f18b655b65199696923bcc66d079a5e2a6f7260ac4f6da17b25ed57c9cb1314ce62fabb3b538a87e4286bbd0763390b DIST llfuse-1.3.2.tar.bz2 348035 BLAKE2B d3a3219c8d7462f448486488971842362b6ade8fcf6804d725db30b0e91d3f240ec9443705cb67caf3e6beae8a174f323465695dddd132210e3606aef6dd861d SHA512 f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf -EBUILD llfuse-1.2.ebuild 952 BLAKE2B dfa40911294a920973efad5c8b9e64a2d73497eb4d43dffc965e8b33d15186027bc2e00a8ef3002d96baa43bea24945a9c4767d6cb43c2bf6e2d1a3fbbaafe16 SHA512 cfc1dbb3edd2e3f3830055172fcc912e90fa7732e0ed7009cecec3dd9996ce917e39f623bc10a40bb04aaf1f82cbeb63e597604e404b8ba5a54d309cc5e6c29d -EBUILD llfuse-1.3.2.ebuild 1021 BLAKE2B eeebce87dbed5de6c3c6f5427e7145a0a172d21db7aed11d30237231eb8c8d31f71b30e008c27822bdad08540558ae8b1165bcbe44e6d793ea441f965634bc0a SHA512 345a88c66e73f6d88bef039f439d2a973cee24c84dc3e815026450c8b15e0abc7be07206eb424ea673ccac048a16f418230260f88da6b6fa7559e54704c13a17 +EBUILD llfuse-1.3.2.ebuild 1034 BLAKE2B bc5e1dd006948b2a822bd31101359a7aed98fca04c3cc35186e7d41db100c7bc96fb33278f45f030ac7f1ab2532d33c586973c1fab30657623448a990cbdc047 SHA512 54e03abba6b092061c72ff16577fc02075a1927dd18792fb3e056a62b743288c605bea3471660d830dc08646f6e03a46a98b7c4c6cdb595fb74c6323d0c89853 MISC metadata.xml 309 BLAKE2B 35b86dac2f17820c91bccad58f8c0caa57d8b8ec9b549cca330ec285271cd8cbcae173b7d68fdfc7eb7b99f051eadd37b5ed1053f20e57021e6a51ad460f867a SHA512 31061d2419abdc0ded07625ee0a21bc77162b15db90e2559ab9ce71e8a3aed1c866de5aebd8b1b24f566b79a85a45bec4c941542d268daf9df65bdb711d59342 diff --git a/dev-python/llfuse/llfuse-1.2.ebuild b/dev-python/llfuse/llfuse-1.2.ebuild deleted file mode 100644 index 97dda6a7932e..000000000000 --- a/dev-python/llfuse/llfuse-1.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for the low-level FUSE API" -HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ https://pypi.python.org/pypi/llfuse" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples test" - -RDEPEND=">=sys-fs/fuse-2.8.0 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7) -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - virtual/pkgconfig - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}] - ) -" - -python_test() { - py.test || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - use examples && dodoc -r examples - distutils-r1_python_install_all -} diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild index 0c6973964857..8a32b03fd7a0 100644 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild +++ b/dev-python/llfuse/llfuse-1.3.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples test" RDEPEND=">=sys-fs/fuse-2.8.0:0 @@ -20,6 +20,7 @@ RDEPEND=">=sys-fs/fuse-2.8.0:0 " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + sys-apps/attr virtual/pkgconfig test? ( ${RDEPEND} |