summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 04e6f03ed29e5f604a1424ad6adee87da08c0fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = virtualfish
	pkgdesc = A virtualenv wrapper for the Fish shell
	pkgver = 1.0.5
	pkgrel = 4
	url = https://github.com/adambrenecki/virtualfish
	arch = any
	license = MIT
	depends = python-virtualenv
	depends = python2-virtualenv
	depends = python-setuptools
	depends = python2-setuptools
	options = !emptydirs
	source = virtualfish::git+https://github.com/adambrenecki/virtualfish.git#tag=1.0.5
	sha1sums = SKIP

pkgname = python-virtualfish
	depends = python-virtualenv
	depends = python-setuptools

pkgname = python2-virtualfish
	depends = python2-virtualenv
	depends = python2-setuptools