summaryrefslogtreecommitdiff
path: root/manualPorts/python3-conan/Pkgfile
blob: ce08243e9194ee3148e64454954aaf7e21a6d1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: A distributed, open source, C/C++ package manager
# URL: https://conan.io
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: python3-six python3-pygments python3-jinja python3-dateutil python3-patch-ng python3-colorama python3-tqdm python3-fasteners python3-yaml python3-requests python3-idna python3-node-semver python3-distro

name=python3-conan
version=1.38.0
release=1
source=("https://github.com/conan-io/conan/archive/${version}.tar.gz")

build() {
    cd ${name#python3-}-${version}
    python3 setup.py build
    python3 setup.py install --optimize=1 --root=${PKG}
}