Date: Tuesday, April 10, 2018 @ 05:17:49
Author: foxxx0
Revision: 315509
archrelease: copy trunk to community-any
Added:
python-cheroot/repos/community-any/LICENSE
(from rev 315508, python-cheroot/trunk/LICENSE)
python-cheroot/repos/community-any/PKGBUILD
(from rev 315508, python-cheroot/trunk/PKGBUILD)
Deleted:
python-cheroot/repos/community-any/LICENSE
python-cheroot/repos/community-any/PKGBUILD
----------+
LICENSE | 14 ++++-----
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 51 insertions(+), 51 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2018-04-10 05:17:40 UTC (rev 315508)
+++ LICENSE 2018-04-10 05:17:49 UTC (rev 315509)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Copied: python-cheroot/repos/community-any/LICENSE (from rev 315508,
python-cheroot/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2018-04-10 05:17:49 UTC (rev 315509)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-10 05:17:40 UTC (rev 315508)
+++ PKGBUILD 2018-04-10 05:17:49 UTC (rev 315509)
@@ -1,44 +0,0 @@
-# Maintainer: Thore Bödecker <[email protected]>
-# Contributor: wangjiezhe <wangjiezhe AT yandex DOT com>
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=6.1.2
-pkgrel=1
-arch=('any')
-url="https://github.com/cherrypy/cheroot"
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
- 'python2-setuptools-scm')
-source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/7a/ef/371298047bf69577d4c7e352d50f099f6dda3d871771f84c5fa6b2914dd8/cheroot-6.1.2.tar.gz"
- "LICENSE")
-sha512sums=('d3ee6ead1ac7fb4f9fc8b87e31c332add02ce9c594c51acf0c8c2a2805b5adfd459f952ed2b23f2f879cde9022d1b460b74907b5712a08e27494f08c518bcc6d'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
-
-package_python-cheroot() {
- depends=('python-six')
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- python setup.py install --root="$pkgdir/" --optimize=1
-
- # the author has promised to include a LICENSE file in future releases:
- # https://github.com/jaraco/skeleton/issues/1
- # for now the LICENSE file has been taken from:
- # https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
- install -D -m644 "${srcdir}/LICENSE"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-cheroot() {
- depends=('python2-six')
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- python2 setup.py install --root="$pkgdir/" --optimize=1
-
- # the author has promised to include a LICENSE file in future releases:
- # https://github.com/jaraco/skeleton/issues/1
- # for now the LICENSE file has been taken from:
- # https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
- install -D -m644 "${srcdir}/LICENSE"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-cheroot/repos/community-any/PKGBUILD (from rev 315508,
python-cheroot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-10 05:17:49 UTC (rev 315509)
@@ -0,0 +1,44 @@
+# Maintainer: Thore Bödecker <[email protected]>
+# Contributor: wangjiezhe <wangjiezhe AT yandex DOT com>
+
+pkgbase='python-cheroot'
+_pkgbase="${pkgbase//python-/}"
+pkgname=('python-cheroot' 'python2-cheroot')
+pkgdesc="Highly-optimized, pure-python HTTP server"
+pkgver=6.2.0
+pkgrel=1
+arch=('any')
+url="https://github.com/cherrypy/cheroot"
+license=('MIT')
+makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
+ 'python2-setuptools-scm')
+source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/a9/c7/746917b93ea04b78b05162bebcade47fc9842fe18830a93eb0716b4b47bb/cheroot-6.2.0.tar.gz"
+ "LICENSE")
+sha512sums=('e6e44667c6f7f03ea969dc2e7e7e45953851d9729badb891716c1265d9205447733c3bfd075f0d5c8953a1048e19102204c3b365361bdaaf3d18a0050149e5bf'
+
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+
+package_python-cheroot() {
+ depends=('python-six')
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ python setup.py install --root="$pkgdir/" --optimize=1
+
+ # the author has promised to include a LICENSE file in future releases:
+ # https://github.com/jaraco/skeleton/issues/1
+ # for now the LICENSE file has been taken from:
+ # https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
+ install -D -m644 "${srcdir}/LICENSE"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cheroot() {
+ depends=('python2-six')
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+
+ # the author has promised to include a LICENSE file in future releases:
+ # https://github.com/jaraco/skeleton/issues/1
+ # for now the LICENSE file has been taken from:
+ # https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
+ install -D -m644 "${srcdir}/LICENSE"
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et: