summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBen Wolsieffer2016-12-12 20:26:49 -0500
committerBen Wolsieffer2016-12-12 20:26:49 -0500
commit68826ef1fe48c18ea72829e5f9aa8c97a5746557 (patch)
treeab54ec14b10adfb95634fee812401fd41a122b79 /.SRCINFO
parent6935617dcadcda7c4d3465bef23cdc02c222343c (diff)
downloadaur-68826ef1fe48c18ea72829e5f9aa8c97a5746557.tar.gz
Add python2/3 split package.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43f0d88341b..b2dc4340ef8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,20 @@
# Generated by mksrcinfo v8
-# Sun Dec 11 18:33:11 UTC 2016
+# Tue Dec 13 01:26:43 UTC 2016
pkgbase = python-port-for
pkgdesc = Utility that helps with local TCP ports managment. It can find an unused TCP localhost port and remember the association.
pkgver = 0.3.1
- pkgrel = 1
- url = https://github.com/kmike/port-for/
+ pkgrel = 2
+ url = https://github.com/kmike/port-for
arch = any
- license = MIT
- depends = python
- options = !emptydirs
- source = https://pypi.io/packages/source/p/port-for/port-for-0.3.1.tar.gz
- sha256sums = b16a84bb29c2954db44c29be38b17c659c9c27e33918dec16b90d375cc596f1c
+ license = custom
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = port-for::git+https://github.com/kmike/port-for.git#tag=0.3.1
+ sha256sums = SKIP
pkgname = python-port-for
+ depends = python
+
+pkgname = python2-port-for
+ depends = python2