[arch-commits] Commit in python-jdcal/trunk (LICENSE PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Nov 21 11:11:10 UTC 2015


    Date: Saturday, November 21, 2015 @ 12:11:09
  Author: aginiewicz
Revision: 147308

upgpkg: python-jdcal 1.2-1

python-jdcal: new upstream release

Modified:
  python-jdcal/trunk/PKGBUILD
Deleted:
  python-jdcal/trunk/LICENSE

----------+
 LICENSE  |   23 -----------------------
 PKGBUILD |   14 ++++++--------
 2 files changed, 6 insertions(+), 31 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2015-11-21 10:53:02 UTC (rev 147307)
+++ LICENSE	2015-11-21 11:11:09 UTC (rev 147308)
@@ -1,23 +0,0 @@
-Copyright (c) 2011, Prasanth Nair
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
-list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
-this list of conditions and the following disclaimer in the documentation
-and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-21 10:53:02 UTC (rev 147307)
+++ PKGBUILD	2015-11-21 11:11:09 UTC (rev 147308)
@@ -4,17 +4,15 @@
 
 pkgbase=python-jdcal
 pkgname=('python2-jdcal' 'python-jdcal')
-pkgver=1.0
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="Julian dates, from proleptic Gregorian and Julian calendars"
 arch=('any')
 url="https://github.com/phn/jdcal"
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/j/jdcal/jdcal-${pkgver}.tar.gz"
-        "LICENSE")
-md5sums=('ae4a28210426f575232cb5a48d478d08'
-         'a933325008e394f91f4dfab09a4929fd')
+source=("http://pypi.python.org/packages/source/j/jdcal/jdcal-${pkgver}.tar.gz")
+md5sums=('ab8d5ba300fd1eb01514f363d19b1eb9')
 
 build() {
   cd "$srcdir"
@@ -36,7 +34,7 @@
 
   python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
 
-  install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python-jdcal() {
@@ -46,6 +44,6 @@
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 
-  install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 



More information about the arch-commits mailing list