[arch-commits] Commit in python-zope-security/repos (4 files)

Felix Yan fyan at archlinux.org
Fri May 6 02:36:08 UTC 2016


    Date: Friday, May 6, 2016 @ 04:36:07
  Author: fyan
Revision: 173899

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-zope-security/repos/community-i686/PKGBUILD
    (from rev 173898, python-zope-security/trunk/PKGBUILD)
  python-zope-security/repos/community-x86_64/PKGBUILD
    (from rev 173898, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-i686/PKGBUILD
  python-zope-security/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  116 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   56 ---------------------
 community-x86_64/PKGBUILD |   56 ---------------------
 3 files changed, 116 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-06 02:35:44 UTC (rev 173898)
+++ community-i686/PKGBUILD	2016-05-06 02:36:07 UTC (rev 173899)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('i686' 'x86_64')
-url="https://github.com/zopefoundation/zope.security"
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
-             'python2-zope-interface' 'python-zope-component' 'python2-zope-component'
-             'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'python-zope-location'
-             'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
-             'python-zope-schema' 'python2-zope-schema' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 'python2-zope-configuration'
-              'python-zope-testing' 'python2-zope-testing' 'python-zope-testrunner'
-              'python2-zope-testrunner')
-source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.security{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.security"
-  python setup.py build
-
-  cd "$srcdir/zope.security-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.security"
-  python setup.py test
-
-  cd "$srcdir/zope.security-py2"
-  python2 setup.py test
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools')
-
-  cd "$srcdir/zope.security"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir/zope.security-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-i686/PKGBUILD (from rev 173898, python-zope-security/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-06 02:36:07 UTC (rev 173899)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.0.3
+pkgrel=2
+pkgdesc="Zope Security Framework"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.security"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+             'python2-zope-interface' 'python-zope-component' 'python2-zope-component'
+             'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'python-zope-location'
+             'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+             'python-zope-schema' 'python2-zope-schema' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 'python2-zope-configuration'
+              'python-zope-testing' 'python2-zope-testing' 'python-zope-testrunner'
+              'python2-zope-testrunner')
+source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.security{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.security"
+  python setup.py build
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.security"
+  python setup.py test
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py test
+}
+
+package_python-zope-security() {
+  depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid'
+           'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
+
+  cd "$srcdir/zope.security"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-security() {
+  depends=('python2-setuptools' 'python2-zope-component' 'python2-zope-i18nmessageid'
+           'python2-zope-interface' 'python2-zope-location' 'python2-zope-proxy' 'python2-zope-schema')
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-06 02:35:44 UTC (rev 173898)
+++ community-x86_64/PKGBUILD	2016-05-06 02:36:07 UTC (rev 173899)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('i686' 'x86_64')
-url="https://github.com/zopefoundation/zope.security"
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
-             'python2-zope-interface' 'python-zope-component' 'python2-zope-component'
-             'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'python-zope-location'
-             'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
-             'python-zope-schema' 'python2-zope-schema' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 'python2-zope-configuration'
-              'python-zope-testing' 'python2-zope-testing' 'python-zope-testrunner'
-              'python2-zope-testrunner')
-source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.security{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.security"
-  python setup.py build
-
-  cd "$srcdir/zope.security-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.security"
-  python setup.py test
-
-  cd "$srcdir/zope.security-py2"
-  python2 setup.py test
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools')
-
-  cd "$srcdir/zope.security"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir/zope.security-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 173898, python-zope-security/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-06 02:36:07 UTC (rev 173899)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.0.3
+pkgrel=2
+pkgdesc="Zope Security Framework"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.security"
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+             'python2-zope-interface' 'python-zope-component' 'python2-zope-component'
+             'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'python-zope-location'
+             'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+             'python-zope-schema' 'python2-zope-schema' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-configuration' 'python2-zope-configuration'
+              'python-zope-testing' 'python2-zope-testing' 'python-zope-testrunner'
+              'python2-zope-testrunner')
+source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.security{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.security"
+  python setup.py build
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.security"
+  python setup.py test
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py test
+}
+
+package_python-zope-security() {
+  depends=('python-setuptools' 'python-zope-component' 'python-zope-i18nmessageid'
+           'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 'python-zope-schema')
+
+  cd "$srcdir/zope.security"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-security() {
+  depends=('python2-setuptools' 'python2-zope-component' 'python2-zope-i18nmessageid'
+           'python2-zope-interface' 'python2-zope-location' 'python2-zope-proxy' 'python2-zope-schema')
+
+  cd "$srcdir/zope.security-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list