Date: Tuesday, March 24, 2020 @ 10:47:20
Author: foxxx0
Revision: 603803
archrelease: copy trunk to community-any
Added:
python-tempora/repos/community-any/LICENSE
(from rev 603802, python-tempora/trunk/LICENSE)
python-tempora/repos/community-any/PKGBUILD
(from rev 603802, python-tempora/trunk/PKGBUILD)
Deleted:
python-tempora/repos/community-any/LICENSE
python-tempora/repos/community-any/PKGBUILD
----------+
LICENSE | 14 ++++-----
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 50 insertions(+), 50 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2020-03-24 10:47:15 UTC (rev 603802)
+++ LICENSE 2020-03-24 10:47:20 UTC (rev 603803)
@@ -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-tempora/repos/community-any/LICENSE (from rev 603802,
python-tempora/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2020-03-24 10:47:20 UTC (rev 603803)
@@ -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 2020-03-24 10:47:15 UTC (rev 603802)
+++ PKGBUILD 2020-03-24 10:47:20 UTC (rev 603803)
@@ -1,43 +0,0 @@
-# Maintainer: Thore Bödecker <[email protected]>
-# Contributor: Laurent Soest <laurent.soest(at)gmail.com>
-
-pkgname='python-tempora'
-_pkgbase="${pkgname//python-/}"
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Objects and routines pertaining to date and time (tempora)."
-arch=('any')
-url="https://github.com/jaraco/tempora"
-license=('MIT')
-depends=('python' 'python-six' 'python-pytz' 'python-jaraco')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
- 'python-pytz' 'python-jaraco')
-checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-cov'
'python-pytest-black' 'python-freezegun' 'python-pytest-freezegun')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
- 'LICENSE')
-sha512sums=('54103cbfd6b0628be3ac8b70daeafa7955b073a68491fb88633edd19297767c6f6903fa152c6fce913835f10991cc8148b9b47e87d983ede8b4904d3f13e9b50'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
-
-# setuptools won't find version from git tag
-export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- python ./setup.py build
-}
-
-check() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- pytest
-}
-
-package() {
- 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"
-}
Copied: python-tempora/repos/community-any/PKGBUILD (from rev 603802,
python-tempora/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-24 10:47:20 UTC (rev 603803)
@@ -0,0 +1,43 @@
+# Maintainer: Thore Bödecker <[email protected]>
+# Contributor: Laurent Soest <laurent.soest(at)gmail.com>
+
+pkgname='python-tempora'
+_pkgbase="${pkgname//python-/}"
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Objects and routines pertaining to date and time (tempora)."
+arch=('any')
+url="https://github.com/jaraco/tempora"
+license=('MIT')
+depends=('python' 'python-six' 'python-pytz' 'python-jaraco')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
+ 'python-pytz' 'python-jaraco')
+checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-cov'
'python-pytest-black' 'python-freezegun' 'python-pytest-freezegun')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+ 'LICENSE')
+sha512sums=('8fbd660b5785a4e9fbfd8194d7247ced5f32a0d9a03020e4bf04ad7a2f4ba6cf412b46e0b912df0572fd60da0244c94506c151d8a73063e3ca51c8d3abf49ac8'
+
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+
+# setuptools won't find version from git tag
+export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ python ./setup.py build
+}
+
+check() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ pytest
+}
+
+package() {
+ 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"
+}