[arch-commits] Commit in jrnl/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 24 18:32:55 UTC 2020


    Date: Tuesday, November 24, 2020 @ 18:32:54
  Author: felixonmars
Revision: 761000

archrelease: copy trunk to community-staging-any

Added:
  jrnl/repos/community-staging-any/PKGBUILD
    (from rev 760999, jrnl/trunk/PKGBUILD)
Deleted:
  jrnl/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-24 18:32:32 UTC (rev 760999)
+++ PKGBUILD	2020-11-24 18:32:54 UTC (rev 761000)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=jrnl
-pkgver=2.4.5
-pkgrel=2
-pkgdesc="Collect your thoughts and notes without leaving the command line"
-arch=('any')
-url="https://github.com/jrnl-org/jrnl"
-license=('GPL3')
-depends=('python-pyxdg' 'python-cryptography' 'python-passlib' 'python-parsedatetime'
-         'python-keyring' 'python-pytz' 'python-tzlocal' 'python-asteval' 'python-colorama'
-         'python-dateutil' 'python-yaml' 'python-ansiwrap' 'python-packaging' 'python-setuptools')
-makedepends=('python-dephell')
-checkdepends=('python-pytest')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bc55c8b385dec0633b1e02108050e8775c0de73dd45fbbd683f145963720eb3f1940164309304df42c694db4564d1d7aefe27435fbdec4f701ed00db7f3805e8')
-
-prepare() {
-  cd jrnl-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd jrnl-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jrnl-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jrnl-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jrnl/repos/community-staging-any/PKGBUILD (from rev 760999, jrnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-24 18:32:54 UTC (rev 761000)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=jrnl
+pkgver=2.5
+pkgrel=1
+pkgdesc="Collect your thoughts and notes without leaving the command line"
+arch=('any')
+url="https://github.com/jrnl-org/jrnl"
+license=('GPL3')
+depends=('python-pyxdg' 'python-cryptography' 'python-passlib' 'python-parsedatetime'
+         'python-keyring' 'python-pytz' 'python-tzlocal' 'python-asteval' 'python-colorama'
+         'python-dateutil' 'python-yaml' 'python-ansiwrap' 'python-packaging' 'python-setuptools')
+makedepends=('python-dephell')
+checkdepends=('python-pytest')
+source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6724cec9fa045d24c54d67305db252c967ab72baa0f6f27689aff506dc96fe4e232e000c8cfac91d5d314a86738dc40e41e880eb82d53484ca55299a194492ae')
+
+prepare() {
+  cd jrnl-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd jrnl-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jrnl-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jrnl-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list