wok-next view python-twodict/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-twodict"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Simple two way ordered dictionary for Python"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="https://pypi.org/project/twodict/"
10 HOST_ARCH="any"
11 REPOLOGY="python:twodict"
13 BUILD_DEPENDS="python"
15 compile_rules() {
16 pip install --no-compile --root=$DESTDIR twodict
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n '/^Successfully installed/ s|.*twodict-||p' $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="python"
23 }