[arch-commits] Commit in jrnl/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jan 24 17:52:01 UTC 2021
Date: Sunday, January 24, 2021 @ 17:52:00
Author: felixonmars
Revision: 828819
archrelease: copy trunk to community-any
Added:
jrnl/repos/community-any/PKGBUILD
(from rev 828818, jrnl/trunk/PKGBUILD)
Deleted:
jrnl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-24 17:51:50 UTC (rev 828818)
+++ PKGBUILD 2021-01-24 17:52:00 UTC (rev 828819)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=jrnl
-pkgver=2.6
-pkgrel=2
-pkgdesc="Collect your thoughts and notes without leaving the command line"
-arch=('any')
-url="https://jrnl.sh/"
-license=('GPL3')
-depends=('python-ansiwrap' 'python-asteval' 'python-colorama' 'python-cryptography' 'python-keyring'
- 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 'python-pytz'
- 'python-tzlocal')
-makedepends=('python-dephell')
-checkdepends=('python-behave' 'python-pytest')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e37c610048523999d994409699f8fe55a97cb971a462dc22c4e40704a959ea6ce7e252443605159e8031be468894d70712cce9680841eb4fa877775aac61058e')
-
-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
- behave
-}
-
-package() {
- cd jrnl-$pkgver
- python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: jrnl/repos/community-any/PKGBUILD (from rev 828818, jrnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-24 17:52:00 UTC (rev 828819)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=jrnl
+pkgver=2.7
+pkgrel=1
+pkgdesc="Collect your thoughts and notes without leaving the command line"
+arch=('any')
+url="https://jrnl.sh/"
+license=('GPL3')
+depends=('python-ansiwrap' 'python-asteval' 'python-colorama' 'python-cryptography' 'python-keyring'
+ 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 'python-pytz'
+ 'python-tzlocal')
+makedepends=('python-dephell')
+checkdepends=('python-behave' 'python-pytest')
+source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('564ab256b7758cd3d707a571aaeb0182f7fc31c75d410a51f2816a74d1be7c25232d40fdde0e2d2fd722fba7a0f43e951eab086f5db8479340491fbf24f892d8')
+
+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
+ behave
+}
+
+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