summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3822ff951a70
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = pypy-packaging
+ pkgdesc = Core utilities for Python packages
+ pkgver = 16.8
+ pkgrel = 1
+ url = https://github.com/pypa/packaging
+ arch = any
+ license = Apache
+ makedepends = pypy-setuptools
+ makedepends = pypy3-setuptools
+ makedepends = pypy-pyparsing
+ makedepends = pypy3-pyparsing
+ makedepends = git
+ source = git+https://github.com/pypa/packaging.git#tag=16.8
+ md5sums = SKIP
+
+pkgname = pypy-packaging
+ depends = pypy-pyparsing
+ depends = pypy-six
+
+pkgname = pypy3-packaging
+ depends = pypy3-pyparsing
+ depends = pypy3-six
+