sys-apps/calculate-toolkit: обновление

* обновление для python3
pull/1/head
idziubenko 3 years ago
parent 9790c2ece9
commit f9bb286832

@ -3,3 +3,4 @@ DIST calculate-toolkit-0.2.2.tar.bz2 18195 BLAKE2B 45a20cca78430e87d3c7776235709
DIST calculate-toolkit-0.2.3.tar.bz2 18166 BLAKE2B b9767a265817550969f364697544673fbbe6640becfc5e2c3fa83a0be42cf4470fa11c8302b82eef79b4017a77cd9d71fadb1a67d65d6739d200f2bdf19aac08 SHA512 5f71281d00c9ec21ecc34ab2f48869ad53f8c0914ed2bcb3694deb41f603f15a943ab13fe322f30f49d516bcbddb7641d9e647f466590f78a7a0dd8ced8ef9d0
DIST calculate-toolkit-0.2.5.tar.bz2 18301 BLAKE2B 11f45c6468091e4d9b856e3f7f95c19ccea22434d04fcc0ac9e7eb9cd65e00ff1e6d5ce2be6a4be38219957cc8b39570c959c1274385f37b9acc757e894b4ce3 SHA512 60e97773a32716c022dbd400ad75d1551088d7246c1bf1b6dd3a8641f9307cc7af0a52bcd7f7aadf194819f0c7a79aa08ea6079e22dfdab260fa31f2e92fdff7
DIST calculate-toolkit-0.2.6.tar.bz2 18414 BLAKE2B 58b20a0a48566fd780e8550a0d282e06b40fa406552fc9346cd8530a84be9edf0b1c76043bd5b81f803e8d61e39d078a7325532353cbb6f5f985337f45e539b9 SHA512 e180d84cf757f6e42dcf9247c6a635b4cd62f937a40f552b7ad974e38ecbd88d5b253510740bf7f23a4104a6b4f9f2601e7eee3b72b6d5cab5eab42fbfef4cba
DIST calculate-toolkit-0.2.7.tar.bz2 18395 BLAKE2B d84d0ad9d9766ab8c24e39f786775080c2663c8d8ff71c8d642a98b5f33b03c1515b295ae9095dd17780016d6b9e7935a6ee034a4c2dab62dd6b18699b72b023 SHA512 df32b944cfda21c118ebc289a534eeeddb376c133b36dda16937e15f3c83b68a9cba0a6af2c38ae5055e78073dd8a5a6b3d238ae5e029c259e20f79d5cf03b79

@ -0,0 +1,23 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
SRC_URI="ftp://ftp.calculate-linux.org/calculate/source/${PN}/${P}.tar.bz2
http://mirror.yandex.ru/calculate/source/${PN}/${P}.tar.bz2"
DESCRIPTION="Collection of administration scripts for Calculate"
HOMEPAGE="http://www.calculate-linux.org"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
RDEPEND=">=sys-apps/calculate-utils-3.6
app-arch/zstd
app-arch/xz-utils"
src_unpack() {
unpack $A
}
Loading…
Cancel
Save