mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/cement: use HTTPS, fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10942 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
4d4f8b9eac
commit
9321344ed9
@@ -1,2 +1,2 @@
|
||||
DIST cement-2.0.2.tar.gz 81009 BLAKE2B 85e3c59e697ad09674d6524158006eb2270219135c14a22478e146979d713c95c53eeca8d277da083f69606faf9e63092f0f94ae5f879e1edf788b8667966c3d SHA512 5df35bdaa714a9b11d5b0154658333ea28a8e50e8910ee7d900cc7342dda8ce547d5400990240b89b6c808bb91c72b785f66c31c057cf7b782d16efd0c21a4b9
|
||||
DIST cement-2.10.0.tar.gz 179564 BLAKE2B 8494442ffeaec4534b58e8be1b769ba7d51bcf58c1e70b373b3fa34aab8be4ee72022c402cc82cbdd08512b5c367b159776e155b5a6cd70e370565136fe2837a SHA512 99fc93fd67d85763a57b551553f7046d8b6c0a1a37623a6f8e761adb15f598dce20a61ab86f98f1b3ce35c2a295e0087a5493b385d4ac2fd89eed2b2174b7628
|
||||
DIST cement-2.0.2.tar.gz 81009 BLAKE2B 634dc2f1bde45e60b6936399db8928e4adedc1ef1f5fc2b1dc38022a7dffdde6e7c70ccef9ec81542a29572b4368d963ad48b3d8f1bf51164f13807d15bcd0a1 SHA512 d5fb1e31c72440fb74c1f75084599ab569c669443ff4d80b76929159b80870b19ba895a35f7f8125a8ffe74453be2927f048fedd2cbd422f4bb4d7946f334906
|
||||
DIST cement-2.10.0.tar.gz 179447 BLAKE2B 146e942b177be011a96b7cce91f87d5079fd37503ccbae26164114846c6e01964722c9c6ea4238a808e2320b05d103e3f9f9646af0ba6a35bbb420e229fa5f05 SHA512 3a4e2be833628181fe0d6b8ff5b00b7003e05486eafffe29a2c31825a69e74c609965453a2e66d009444cc43361d7c0c14662215ea46957b87a043ed4f0a0848
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
PV_MAJOR_MINOR=$(get_version_component_range 1-2)
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="CLI Application Framework for Python"
|
||||
HOMEPAGE="http://builtoncement.com/"
|
||||
SRC_URI="http://builtoncement.com/${PN}/${PV_MAJOR_MINOR}/source/${P}.tar.gz"
|
||||
HOMEPAGE="https://builtoncement.com/"
|
||||
SRC_URI="https://github.com/datafolklabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
PV_MAJOR_MINOR=$(get_version_component_range 1-2)
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="CLI Application Framework for Python"
|
||||
HOMEPAGE="http://builtoncement.com/"
|
||||
SRC_URI="http://builtoncement.com/${PN}/${PV_MAJOR_MINOR}/source/${P}.tar.gz"
|
||||
HOMEPAGE="https://builtoncement.com/"
|
||||
SRC_URI="https://github.com/datafolklabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user