Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
Aur
Commits
9f0fc979
Commit
9f0fc979
authored
Feb 05, 2011
by
Ismael Carnales
Committed by
Thomas Dziedzic
Feb 05, 2011
Browse files
initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
.SRCINFO
0 → 100644
View file @
9f0fc979
pkgbase = virtualenv-commands
pkgdesc = Additional commands for virtualenv
pkgver = 0.2.3
pkgrel = 1
url = http://thisismedium.com/labs/virtualenv-commands/
arch = i686
arch = x86_64
license = BSD
depends = python
depends = setuptools
source = http://pypi.python.org/packages/source/v/virtualenv-commands/virtualenv-commands-0.2.3.tar.gz
md5sums = 4ee0d64d5e8992a9cac1abf3657abb49
pkgname = virtualenv-commands
PKGBUILD
0 → 100644
View file @
9f0fc979
# Contributor: Ismael Carnales <icarnales at gmail dot com>
pkgname
=
virtualenv-commands
pkgver
=
0.2.3
pkgrel
=
1
pkgdesc
=
"Additional commands for virtualenv"
arch
=(
'i686'
'x86_64'
)
url
=
"http://thisismedium.com/labs/virtualenv-commands/"
license
=(
'BSD'
)
depends
=(
'python'
'setuptools'
)
source
=(
http://pypi.python.org/packages/source/v/virtualenv-commands/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'4ee0d64d5e8992a9cac1abf3657abb49'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
python setup.py
install
--prefix
=
/usr
--root
=
$pkgdir
/
||
return
1
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment