[arch-commits] Commit in python-jdcal/repos/community-any (LICENSE PKGBUILD PKGBUILD)

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


    Date: Saturday, November 21, 2015 @ 12:11:19
  Author: aginiewicz
Revision: 147309

archrelease: copy trunk to community-any

Added:
  python-jdcal/repos/community-any/PKGBUILD
    (from rev 147308, python-jdcal/trunk/PKGBUILD)
Deleted:
  python-jdcal/repos/community-any/LICENSE
  python-jdcal/repos/community-any/PKGBUILD

----------+
 LICENSE  |   23 --------------
 PKGBUILD |  100 +++++++++++++++++++++++++++++--------------------------------
 2 files changed, 49 insertions(+), 74 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2015-11-21 11:11:09 UTC (rev 147308)
+++ LICENSE	2015-11-21 11:11:19 UTC (rev 147309)
@@ -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.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-21 11:11:09 UTC (rev 147308)
+++ PKGBUILD	2015-11-21 11:11:19 UTC (rev 147309)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Mariusz Szczepańczyk <mszczepanczyk at gmail.com>
-
-pkgbase=python-jdcal
-pkgname=('python2-jdcal' 'python-jdcal')
-pkgver=1.0
-pkgrel=2
-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')
-
-build() {
-  cd "$srcdir"
-  cp -a jdcal-${pkgver} jdcal-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/jdcal-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/jdcal-${pkgver}
-  python setup.py build
-}
-
-package_python2-jdcal() {
-  depends=('python2')
-
-  cd "$srcdir"/jdcal-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-jdcal() {
-  depends=('python')
-
-  cd "$srcdir"/jdcal-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-jdcal/repos/community-any/PKGBUILD (from rev 147308, python-jdcal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-21 11:11:19 UTC (rev 147309)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Mariusz Szczepańczyk <mszczepanczyk at gmail.com>
+
+pkgbase=python-jdcal
+pkgname=('python2-jdcal' 'python-jdcal')
+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")
+md5sums=('ab8d5ba300fd1eb01514f363d19b1eb9')
+
+build() {
+  cd "$srcdir"
+  cp -a jdcal-${pkgver} jdcal-py2-${pkgver}
+
+  msg "Building Python2"
+  cd "$srcdir"/jdcal-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/jdcal-${pkgver}
+  python setup.py build
+}
+
+package_python2-jdcal() {
+  depends=('python2')
+
+  cd "$srcdir"/jdcal-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-jdcal() {
+  depends=('python')
+
+  cd "$srcdir"/jdcal-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list