summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8c21bb64e24b71e7e50d587a653412f316adcb94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgbase = python-pip-git
	pkgdesc = The PyPA recommended tool for installing Python packages
	pkgver = 8.1.2
	pkgrel = 1
	url = https://pip.pypa.io/
	arch = any
	license = MIT
	makedepends = python
	makedepends = python-setuptools
	makedepends = python2
	makedepends = python2-setuptools
	source = git://github.com/pypa/pip
	md5sums = SKIP

pkgname = python-pip-git
	depends = python
	depends = python-setuptools

pkgname = python2-pip-git
	depends = python2
	depends = python2-setuptools
	conflicts = python-pyinstall
	replaces = python-pyinstall