[arch-commits] Commit in pelican/repos/community-any (3 files)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 22 18:33:36 UTC 2021
Date: Monday, November 22, 2021 @ 18:33:35
Author: heftig
Revision: 1054331
archrelease: copy trunk to community-any
Added:
pelican/repos/community-any/PKGBUILD
(from rev 1054330, pelican/trunk/PKGBUILD)
Deleted:
pelican/repos/community-any/0001-MANIFEST.in-include-jinja2-templates.patch
pelican/repos/community-any/PKGBUILD
-------------------------------------------------+
0001-MANIFEST.in-include-jinja2-templates.patch | 21 ---
PKGBUILD | 129 +++++++++++-----------
2 files changed, 65 insertions(+), 85 deletions(-)
Deleted: 0001-MANIFEST.in-include-jinja2-templates.patch
===================================================================
--- 0001-MANIFEST.in-include-jinja2-templates.patch 2021-11-22 18:33:30 UTC (rev 1054330)
+++ 0001-MANIFEST.in-include-jinja2-templates.patch 2021-11-22 18:33:35 UTC (rev 1054331)
@@ -1,21 +0,0 @@
-From 3565094b10b74217f0b78d9c1f2f06f2c1cf61ea Mon Sep 17 00:00:00 2001
-From: Jiachen Yang <farseerfc at gmail.com>
-Date: Mon, 24 Aug 2020 22:34:02 +0900
-Subject: [PATCH] MANIFEST.in include jinja2 templates
-
----
- MANIFEST.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 138c8f00..469f6fff 100644
---- a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -1,3 +1,3 @@
- include *.rst
--recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py
-+recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
- include LICENSE THANKS docs/changelog.rst pyproject.toml
---
-2.28.0
-
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-22 18:33:30 UTC (rev 1054330)
+++ PKGBUILD 2021-11-22 18:33:35 UTC (rev 1054331)
@@ -1,64 +0,0 @@
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# AUR Maintainer: Stefan Tatschner <rumpelsepp at sevenbyte.org>
-# Contributor: David Runge <dave at sleepmap.de>
-
-pkgname=pelican
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="A tool to generate a static blog, with restructured text (or markdown) input files."
-arch=('any')
-url="https://blog.getpelican.com/"
-license=('AGPL3')
-makedepends=('python-sphinx')
-depends=('python-jinja' 'python-pygments' 'python-feedgenerator' 'python-pytz'
- 'python-docutils' 'python-blinker' 'python-unidecode' 'python-six'
- 'python-dateutil')
-checkdepends=('python-setuptools' 'python-lxml' 'git' 'python-nose' 'python-feedparser' 'python-markdown' 'python-typogrify')
-optdepends=('python-markdown: Markdown support'
- 'asciidoc: AsciiDoc support'
- 'python-beautifulsoup4: importing from wordpress/dotclear/posterous'
- 'python-feedparser: importing from feeds'
-# 'python-rst2pdf: PDF generation' # FS#48890
- 'openssh: uploading through SSH'
- 'rsync: uploading through rsync+SSH'
- 'lftp: uploading through FTP'
- 's3cmd: uploading through S3'
- 'python-ghp-import: uploading through gh-pages'
- 'python-typogrify: typographical enhancements'
- 'pandoc: for pelican-import auto convert'
- 'python-mdx-video: easier embedding of youtube videos in markdown')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/getpelican/pelican/archive/$pkgver.tar.gz")
-sha512sums=('0e1fae86ab914cce59c84db97c4661a454674f5e41682785aa82088e34cc9f4170b442f292fdc25c58d4c675269aa26b0652f63ca809596a175fc544d9b5fb61')
-
-build() {
- # sphinx tried to import pelican, make it happy
- cd "$srcdir/$pkgname-$pkgver/docs"
- PYTHONPATH=".." make man
- PYTHONPATH=".." make text
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- LANG=en_US.UTF-8 python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
- cd "docs"
-
- install -d "$pkgdir/usr/share/man/man1/"
- install -Dm644 _build/man/*.1 "$pkgdir/usr/share/man/man1/"
-
- install -d "$pkgdir/usr/share/doc/pelican/"
- install -Dm644 _build/text/*.txt "$pkgdir/usr/share/doc/pelican/"
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- ## TODO: fix upstream tests
- ## --exclude="test_log_filter" # will only work with normal logger instead of nosetests logger
- ## --exclude="test_basic_generation_works" # will only work with python-pygments==2.6.1
- ## --exclude="test_custom_generation_works" # will only work with python-pygments==2.6.1
- LANG=en_US.UTF-8 nosetests \
- --exclude="test_log_filter" \
- --exclude="test_basic_generation_works" \
- --exclude="test_custom_generation_works"
-}
Copied: pelican/repos/community-any/PKGBUILD (from rev 1054330, pelican/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-22 18:33:35 UTC (rev 1054331)
@@ -0,0 +1,65 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Stefan Tatschner <rumpelsepp at sevenbyte.org>
+# Contributor: David Runge <dave at sleepmap.de>
+
+pkgname=pelican
+pkgver=4.7.1
+pkgrel=1
+pkgdesc="A tool to generate a static blog, with restructured text (or markdown) input files."
+arch=('any')
+url="https://blog.getpelican.com/"
+license=('AGPL3')
+makedepends=('python-sphinx')
+depends=('python-jinja' 'python-pygments' 'python-feedgenerator' 'python-pytz'
+ 'python-docutils' 'python-blinker' 'python-unidecode' 'python-six'
+ 'python-dateutil' 'python-rich')
+checkdepends=('python-setuptools' 'python-lxml' 'git' 'python-nose'
+ 'python-feedparser' 'python-markdown' 'python-typogrify')
+optdepends=('python-markdown: Markdown support'
+ 'asciidoc: AsciiDoc support'
+ 'python-beautifulsoup4: importing from wordpress/dotclear/posterous'
+ 'python-feedparser: importing from feeds'
+# 'python-rst2pdf: PDF generation' # FS#48890
+ 'openssh: uploading through SSH'
+ 'rsync: uploading through rsync+SSH'
+ 'lftp: uploading through FTP'
+ 's3cmd: uploading through S3'
+ 'python-ghp-import: uploading through gh-pages'
+ 'python-typogrify: typographical enhancements'
+ 'pandoc: for pelican-import auto convert'
+ 'python-mdx-video: easier embedding of youtube videos in markdown')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/getpelican/pelican/archive/$pkgver.tar.gz")
+sha512sums=('d705768b20c715d623d1cdb949bbfa6b31c315e555f0f40b71f8ca55068bb4fb2073667df9f6b0dcc1c1164a27deccb74e0d2339ec554f5ccd2350c6b1e7b18e')
+
+build() {
+ # sphinx tried to import pelican, make it happy
+ cd "$srcdir/$pkgname-$pkgver/docs"
+ PYTHONPATH=".." make man
+ PYTHONPATH=".." make text
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ LANG=en_US.UTF-8 python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+ cd "docs"
+
+ install -d "$pkgdir/usr/share/man/man1/"
+ install -Dm644 _build/man/*.1 "$pkgdir/usr/share/man/man1/"
+
+ install -d "$pkgdir/usr/share/doc/pelican/"
+ install -Dm644 _build/text/*.txt "$pkgdir/usr/share/doc/pelican/"
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ## TODO: fix upstream tests
+ ## --exclude="test_log_filter" # will only work with normal logger instead of nosetests logger
+ ## --exclude="test_basic_generation_works" # will only work with python-pygments==2.6.1
+ ## --exclude="test_custom_generation_works" # will only work with python-pygments==2.6.1
+ LANG=en_US.UTF-8 nosetests \
+ --exclude="test_log_filter" \
+ --exclude="test_basic_generation_works" \
+ --exclude="test_custom_generation_works"
+}
More information about the arch-commits
mailing list