diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2016-01-02 01:22:31 -0500 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2016-01-02 01:22:31 -0500 |
| commit | 5c3b7276abf0d01b53662f38db5b4d52377343ed (patch) | |
| tree | 8286ac3539ed49a2a1e9a65f8b7fca0976a06de6 /python-tempdir/.SRCINFO | |
| download | markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.tar.gz markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.zip | |
initial commit
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Diffstat (limited to 'python-tempdir/.SRCINFO')
| -rw-r--r-- | python-tempdir/.SRCINFO | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/python-tempdir/.SRCINFO b/python-tempdir/.SRCINFO new file mode 100644 index 0000000..da29002 --- /dev/null +++ b/python-tempdir/.SRCINFO @@ -0,0 +1,22 @@ +pkgbase = python-tempdir + pkgdesc = Python wrappers for manipulating temp directories + pkgver = 0.6 + pkgrel = 1 + url = https://pypi.python.org/pypi/tempdir/0.6 + arch = any + license = MIT + makedepends = python + makedepends = python-setuptools + makedepends = python2 + makedepends = python2-setuptools + source = https://pypi.python.org/packages/source/t/tempdir/tempdir-0.6.tar.gz + md5sums = 93890c11a7101ae55eebf77b86c75a05 + +pkgname = python-tempdir + depends = python + depends = python-setuptools + +pkgname = python2-tempdir + depends = python2 + depends = python2-setuptools + |
