mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pymountboot: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<email>mgorny@gentoo.org</email>
|
||||
<name>Michał Górny</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://bitbucket.org/mgorny/pymountboot/issues/</bugs-to>
|
||||
<remote-id type="bitbucket">mgorny/pymountboot</remote-id>
|
||||
<bugs-to>https://github.com/mgorny/pymountboot/issues/</bugs-to>
|
||||
<remote-id type="github">mgorny/pymountboot</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python extension module to (re)mount /boot"
|
||||
HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
|
||||
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
|
||||
HOMEPAGE="https://github.com/mgorny/pymountboot/"
|
||||
SRC_URI="https://github.com/mgorny/pymountboot/releases/download/pymount-${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python extension module to (re)mount /boot"
|
||||
HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
|
||||
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
|
||||
HOMEPAGE="https://github.com/mgorny/pymountboot/"
|
||||
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user