Date: Thursday, January 24, 2019 @ 10:30:59 Author: felixonmars Revision: 344647
archrelease: copy trunk to extra-any Added: python2-configparser/repos/extra-any/PKGBUILD (from rev 344646, python2-configparser/trunk/PKGBUILD) python2-configparser/repos/extra-any/license (from rev 344646, python2-configparser/trunk/license) Deleted: python2-configparser/repos/extra-any/PKGBUILD python2-configparser/repos/extra-any/license ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- license | 38 +++++++++++++++++----------------- 2 files changed, 53 insertions(+), 53 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-01-24 10:30:41 UTC (rev 344646) +++ PKGBUILD 2019-01-24 10:30:59 UTC (rev 344647) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrzej Giniewicz <ggi...@gmail.com> - -pkgname=python2-configparser -pkgver=3.5.1 -pkgrel=1 -pkgdesc="This library brings the updated configparser from Python 3.5 to Python 2.6-3.5." -arch=('any') -url="https://bitbucket.org/ambv/configparser" -license=('MIT') -depends=('python2') -makedepends=('python2-setuptools') -source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz" license) -md5sums=('634d5ba58c8cd3eaf0a3c0c361394dc7' - 'f8e5b03556ed846d7681bacd4126f484') - -prepare() { - sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find "${srcdir}"/configparser-${pkgver} -name '*.py') -} - -build() { - cd "${srcdir}"/configparser-${pkgver} - - python2 setup.py build -} - -package() { - cd "${srcdir}"/configparser-${pkgver} - - python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - - install -D "${srcdir}"/license "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: python2-configparser/repos/extra-any/PKGBUILD (from rev 344646, python2-configparser/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-01-24 10:30:59 UTC (rev 344647) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrzej Giniewicz <ggi...@gmail.com> + +pkgname=python2-configparser +pkgver=3.5.1 +pkgrel=2 +pkgdesc="This library brings the updated configparser from Python 3.5 to Python 2.6-3.5." +arch=('any') +url="https://bitbucket.org/ambv/configparser" +license=('MIT') +depends=('python2-backports') +makedepends=('python2-setuptools') +source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz" license) +md5sums=('634d5ba58c8cd3eaf0a3c0c361394dc7' + 'f8e5b03556ed846d7681bacd4126f484') + +prepare() { + sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ + $(find "$srcdir"/configparser-${pkgver} -name '*.py') +} + +build() { + cd configparser-$pkgver + python2 setup.py build +} + +package() { + cd configparser-$pkgver + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + + rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py{,c,o} + + install -D "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Deleted: license =================================================================== --- license 2019-01-24 10:30:41 UTC (rev 344646) +++ license 2019-01-24 10:30:59 UTC (rev 344647) @@ -1,19 +0,0 @@ -Copyright (c) 2011 Łukasz Langa - -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: python2-configparser/repos/extra-any/license (from rev 344646, python2-configparser/trunk/license) =================================================================== --- license (rev 0) +++ license 2019-01-24 10:30:59 UTC (rev 344647) @@ -0,0 +1,19 @@ +Copyright (c) 2011 Łukasz Langa + +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.