summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-31 00:02:49 +0100
committerMichał Górny <mgorny@gentoo.org>2015-10-31 00:37:35 +0100
commite65466f4ac25201c7e08f06537ea50ef95b7a016 (patch)
tree754fe59634410a001951ba456474695d9075126b /sys-fs/bedup/bedup-9999.ebuild
parentdev-lang/ekopath: Remove snapshots predating 6.0.551_p20151010 (diff)
downloadgentoo-e65466f4ac25201c7e08f06537ea50ef95b7a016.tar.gz
gentoo-e65466f4ac25201c7e08f06537ea50ef95b7a016.tar.bz2
gentoo-e65466f4ac25201c7e08f06537ea50ef95b7a016.zip
sys-fs/bedup: version bump to 0.10.0, #564368
Major changes (from release notes): * Require Python 3 (3.3 and newer) -> solves recursion issues * Require a UTF-8 terminal and locale * Increase robustness against bad encodings, bad data on disk, non-checksummed extents, stale file handles, unusual labels Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564368
Diffstat (limited to 'sys-fs/bedup/bedup-9999.ebuild')
-rw-r--r--sys-fs/bedup/bedup-9999.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-fs/bedup/bedup-9999.ebuild b/sys-fs/bedup/bedup-9999.ebuild
index 9f4323451a29..b5ae24edd7dd 100644
--- a/sys-fs/bedup/bedup-9999.ebuild
+++ b/sys-fs/bedup/bedup-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4} )
#if LIVE
EGIT_REPO_URI="git://github.com/g2p/bedup.git
@@ -12,11 +12,12 @@ EGIT_REPO_URI="git://github.com/g2p/bedup.git
inherit git-r3
#endif
-inherit distutils-r1
+inherit distutils-r1 vcs-snapshot
DESCRIPTION="Btrfs file de-duplication tool"
HOMEPAGE="https://github.com/g2p/bedup"
-SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/g2p/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
@@ -27,12 +28,13 @@ IUSE=""
DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
>=sys-fs/btrfs-progs-0.20_rc1_p358"
RDEPEND="${DEPEND}
- <dev-python/alembic-0.7[${PYTHON_USEDEP}]
- dev-python/contextlib2[${PYTHON_USEDEP}]
+ dev-python/alembic[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"
#if LIVE
SRC_URI=
KEYWORDS=
+
+src_unpack() { git-r3_src_unpack; }
#endif