[arch-commits] Commit in postorius/repos/community-any (12 files)

2020-11-08 Thread David Runge via arch-commits
Date: Sunday, November 8, 2020 @ 10:47:42
  Author: dvzrv
Revision: 746466

archrelease: copy trunk to community-any

Added:
  postorius/repos/community-any/PKGBUILD
(from rev 746465, postorius/trunk/PKGBUILD)
  postorius/repos/community-any/postorius-1.3.2-settings.patch
(from rev 746465, postorius/trunk/postorius-1.3.2-settings.patch)
  postorius/repos/community-any/postorius.install
(from rev 746465, postorius/trunk/postorius.install)
  postorius/repos/community-any/postorius.sysusers
(from rev 746465, postorius/trunk/postorius.sysusers)
  postorius/repos/community-any/postorius.tmpfiles
(from rev 746465, postorius/trunk/postorius.tmpfiles)
  postorius/repos/community-any/postorius.uwsgi
(from rev 746465, postorius/trunk/postorius.uwsgi)
Deleted:
  postorius/repos/community-any/PKGBUILD
  postorius/repos/community-any/postorius-1.3.2-settings.patch
  postorius/repos/community-any/postorius.install
  postorius/repos/community-any/postorius.sysusers
  postorius/repos/community-any/postorius.tmpfiles
  postorius/repos/community-any/postorius.uwsgi

+
 PKGBUILD   |  196 ---
 postorius-1.3.2-settings.patch |   62 ++--
 postorius.install  |   18 +--
 postorius.sysusers |2 
 postorius.tmpfiles |   14 +-
 postorius.uwsgi|   36 +++
 6 files changed, 167 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 10:47:28 UTC (rev 746465)
+++ PKGBUILD2020-11-08 10:47:42 UTC (rev 746466)
@@ -1,95 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=postorius
-pkgver=1.3.3
-pkgrel=4
-pkgdesc="The New Mailman Web UI"
-arch=('any')
-url="https://gitlab.com/mailman/postorius;
-license=('GPL3')
-depends=('python-cmarkgfm' 'python-django' 'python-django-mailman3'
-'python-mailmanclient' 'python-readme-renderer')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-beautifulsoup4' 'python-isort' 'python-mock'
-'python-pytest' 'python-pytest-django' 'python-vcrpy')
-optdepends=('mailman3: for configuring a local mailman instance'
-'uwsgi-plugin-python: for running inside uwsgi')
-replaces=('python-django-postorius')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py"
-"etc/webapps/${pkgname}/urls.py"
-)
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi"
-"${pkgname}-1.3.2-settings.patch")
-sha512sums=('31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a'
-'SKIP'
-
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
-
'44925c7ce6d1c13bd5bdd2cb449fa978b8eaadaac7ecff74075c23a13478decc4acd1f2cd0399bf55c312d6a08985a3e80f6e7a6e85be9e3dcb93ffb526ca9fb'
-
'c042f00d0d8dc72dadd19023152e55246c4d7a4b9d53bca3a05e7b8cb38cac5116417440d4ae82350820c7cb0cd414dcce45fa6af9be19296c4ebd0862dba896'
-
'53713874043e368c71543966e878ff7a49f03088b7ebcff9487935bef2c20a57a561a122dd6b4cbde126c25b935871288dadd7693b831a94b8f27da52afeaa0c')
-b2sums=('0ae5a7b3ace1ad7f64eae53156592d0c76a09e358d08edfe1b506717e87df67c669bfab356c203e28c03006f46461a67b4c7222e0e305100e15511a93e3e6a59'
-'SKIP'
-
'1ef6dc98c6751e6d65e49812d08d813879b791a7f13622ea31ecadae6dd1859a918761d7723732ed2e4872b9cae61b84c8dbfec2dd2522de9f0929a1ee1cec24'
-
'502d59cb0009b7cdf108a1611d17470d1a73c2d06bf6d9509799b63d4bbb4bb0a2cb71a39eddb0dc5990ee6489625174de6ce2d7e04e77a601c90a6da6d69c84'
-
'4b80d60c88d46edd0e6e61ad2ff37ba3568c6c56a2abd449f903f7302aeec4a3bc91bbd3ee846731513fa1906df2e3d7d1c52b75a55214051fb96b048f9b4999'
-
'c4017fe87b8743ae516e360be97efd767d726b043733a6dd880503e796e28f65c9ad5924b0fef53281e4fa73a1a329e818baedbe5dbbc0dc07db2af0cf25f1b7')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # patch global paths into settings.py
-  patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
-  touch settings_local.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver/example_project"
-  export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  PYTHONDONTWRITEBYTECODE=1 \
-  pytest -v ../build/lib/${pkgname}
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  # django project
-  install -vDm 644 example_project/{__init__,manage,settings,wsgi}.py \
--t 

[arch-commits] Commit in postorius/repos/community-any (12 files)

2020-11-07 Thread David Runge via arch-commits
Date: Saturday, November 7, 2020 @ 12:29:57
  Author: dvzrv
Revision: 745731

archrelease: copy trunk to community-any

Added:
  postorius/repos/community-any/PKGBUILD
(from rev 745730, postorius/trunk/PKGBUILD)
  postorius/repos/community-any/postorius-1.3.2-settings.patch
(from rev 745730, postorius/trunk/postorius-1.3.2-settings.patch)
  postorius/repos/community-any/postorius.install
(from rev 745730, postorius/trunk/postorius.install)
  postorius/repos/community-any/postorius.sysusers
(from rev 745730, postorius/trunk/postorius.sysusers)
  postorius/repos/community-any/postorius.tmpfiles
(from rev 745730, postorius/trunk/postorius.tmpfiles)
  postorius/repos/community-any/postorius.uwsgi
(from rev 745730, postorius/trunk/postorius.uwsgi)
Deleted:
  postorius/repos/community-any/PKGBUILD
  postorius/repos/community-any/postorius-1.3.2-settings.patch
  postorius/repos/community-any/postorius.install
  postorius/repos/community-any/postorius.sysusers
  postorius/repos/community-any/postorius.tmpfiles
  postorius/repos/community-any/postorius.uwsgi

+
 PKGBUILD   |  190 +++
 postorius-1.3.2-settings.patch |   62 ++--
 postorius.install  |   18 +--
 postorius.sysusers |2 
 postorius.tmpfiles |   14 +-
 postorius.uwsgi|   36 +++
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-07 12:29:48 UTC (rev 745730)
+++ PKGBUILD2020-11-07 12:29:57 UTC (rev 745731)
@@ -1,95 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=postorius
-pkgver=1.3.3
-pkgrel=3
-pkgdesc="The New Mailman Web UI"
-arch=('any')
-url="https://gitlab.com/mailman/postorius;
-license=('GPL3')
-depends=('python-cmarkgfm' 'python-django' 'python-django-mailman3'
-'python-mailmanclient' 'python-readme-renderer')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-beautifulsoup4' 'python-isort' 'python-mock'
-'python-pytest' 'python-pytest-django' 'python-vcrpy')
-optdepends=('mailman3: for configuring a local mailman instance'
-'uwsgi-plugin-python: for running inside uwsgi')
-replaces=('python-django-postorius')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py"
-"etc/webapps/${pkgname}/urls.py"
-)
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi"
-"${pkgname}-1.3.2-settings.patch")
-sha512sums=('31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a'
-'SKIP'
-
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
-
'1c14f48423c2db5ea2b2a95485b7391df30d8dd9255981c1ed9f5036e70b8d6f6495e83275b1593baeea20d1dbed3a447e2ac037870d3eafb7eb6f9d0cae443f'
-
'c042f00d0d8dc72dadd19023152e55246c4d7a4b9d53bca3a05e7b8cb38cac5116417440d4ae82350820c7cb0cd414dcce45fa6af9be19296c4ebd0862dba896'
-
'53713874043e368c71543966e878ff7a49f03088b7ebcff9487935bef2c20a57a561a122dd6b4cbde126c25b935871288dadd7693b831a94b8f27da52afeaa0c')
-b2sums=('0ae5a7b3ace1ad7f64eae53156592d0c76a09e358d08edfe1b506717e87df67c669bfab356c203e28c03006f46461a67b4c7222e0e305100e15511a93e3e6a59'
-'SKIP'
-
'1ef6dc98c6751e6d65e49812d08d813879b791a7f13622ea31ecadae6dd1859a918761d7723732ed2e4872b9cae61b84c8dbfec2dd2522de9f0929a1ee1cec24'
-
'2ddbf7fdf2a98d96f4a122faca35f4ca1e2cf1f81542d7fc45ae64f8b860eebdcb997c58c633ae45325f50c247b187216337550866ec186fac380f802b1eb74f'
-
'4b80d60c88d46edd0e6e61ad2ff37ba3568c6c56a2abd449f903f7302aeec4a3bc91bbd3ee846731513fa1906df2e3d7d1c52b75a55214051fb96b048f9b4999'
-
'c4017fe87b8743ae516e360be97efd767d726b043733a6dd880503e796e28f65c9ad5924b0fef53281e4fa73a1a329e818baedbe5dbbc0dc07db2af0cf25f1b7')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # patch global paths into settings.py
-  patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
-  touch settings_local.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver/example_project"
-  export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  PYTHONDONTWRITEBYTECODE=1 \
-  pytest -v ../build/lib/${pkgname}
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  # django project
-  install -vDm 644 example_project/{__init__,manage,settings,wsgi}.py \
--t 

[arch-commits] Commit in postorius/repos/community-any (12 files)

2020-11-07 Thread David Runge via arch-commits
Date: Saturday, November 7, 2020 @ 12:05:34
  Author: dvzrv
Revision: 745727

archrelease: copy trunk to community-any

Added:
  postorius/repos/community-any/PKGBUILD
(from rev 745726, postorius/trunk/PKGBUILD)
  postorius/repos/community-any/postorius-1.3.2-settings.patch
(from rev 745726, postorius/trunk/postorius-1.3.2-settings.patch)
  postorius/repos/community-any/postorius.install
(from rev 745726, postorius/trunk/postorius.install)
  postorius/repos/community-any/postorius.sysusers
(from rev 745726, postorius/trunk/postorius.sysusers)
  postorius/repos/community-any/postorius.tmpfiles
(from rev 745726, postorius/trunk/postorius.tmpfiles)
  postorius/repos/community-any/postorius.uwsgi
(from rev 745726, postorius/trunk/postorius.uwsgi)
Deleted:
  postorius/repos/community-any/PKGBUILD
  postorius/repos/community-any/postorius-1.3.2-settings.patch
  postorius/repos/community-any/postorius.install
  postorius/repos/community-any/postorius.sysusers
  postorius/repos/community-any/postorius.tmpfiles
  postorius/repos/community-any/postorius.uwsgi

+
 PKGBUILD   |  186 +++
 postorius-1.3.2-settings.patch |   62 ++---
 postorius.install  |   18 +--
 postorius.sysusers |2 
 postorius.tmpfiles |   13 +-
 postorius.uwsgi|   36 +++
 6 files changed, 161 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-07 12:05:24 UTC (rev 745726)
+++ PKGBUILD2020-11-07 12:05:34 UTC (rev 745727)
@@ -1,91 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=postorius
-pkgver=1.3.3
-pkgrel=2
-pkgdesc="The New Mailman Web UI"
-arch=('any')
-url="https://gitlab.com/mailman/postorius;
-license=('GPL3')
-depends=('python-cmarkgfm' 'python-django' 'python-django-mailman3'
-'python-mailmanclient' 'python-readme-renderer')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-beautifulsoup4' 'python-isort' 'python-mock'
-'python-pytest' 'python-pytest-django' 'python-vcrpy')
-optdepends=('mailman3: for configuring a local mailman instance'
-'uwsgi-plugin-python: for running inside uwsgi')
-replaces=('python-django-postorius')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py")
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi"
-"${pkgname}-1.3.2-settings.patch")
-sha512sums=('31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a'
-'SKIP'
-
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
-
'97cb4c0530a270db1e608f255b0940fbf1779252da74b7df9865adff809f0e644e88e0cbcfa7d7c858877887bc8ae64dddec88734fbc4abb75b6a270be38d2cf'
-
'c042f00d0d8dc72dadd19023152e55246c4d7a4b9d53bca3a05e7b8cb38cac5116417440d4ae82350820c7cb0cd414dcce45fa6af9be19296c4ebd0862dba896'
-
'53713874043e368c71543966e878ff7a49f03088b7ebcff9487935bef2c20a57a561a122dd6b4cbde126c25b935871288dadd7693b831a94b8f27da52afeaa0c')
-b2sums=('0ae5a7b3ace1ad7f64eae53156592d0c76a09e358d08edfe1b506717e87df67c669bfab356c203e28c03006f46461a67b4c7222e0e305100e15511a93e3e6a59'
-'SKIP'
-
'1ef6dc98c6751e6d65e49812d08d813879b791a7f13622ea31ecadae6dd1859a918761d7723732ed2e4872b9cae61b84c8dbfec2dd2522de9f0929a1ee1cec24'
-
'cb5653cde88a3bfee87e5609066c6e4accd96d97c0e225ee721d23356a3c88a17ceb3e849849ff487c77a17070e281c105a1a0298bd0a8508df0c29f155bf45c'
-
'4b80d60c88d46edd0e6e61ad2ff37ba3568c6c56a2abd449f903f7302aeec4a3bc91bbd3ee846731513fa1906df2e3d7d1c52b75a55214051fb96b048f9b4999'
-
'c4017fe87b8743ae516e360be97efd767d726b043733a6dd880503e796e28f65c9ad5924b0fef53281e4fa73a1a329e818baedbe5dbbc0dc07db2af0cf25f1b7')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # patch global paths into settings.py
-  patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
-  touch settings_local.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver/example_project"
-  export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  PYTHONDONTWRITEBYTECODE=1 \
-  pytest -v ../build/lib/${pkgname}
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  # django project
-  install -vDm 644 example_project/{__init__,manage,settings,urls,wsgi}.py \
--t "${pkgdir}/usr/share/webapps/${pkgname}"

[arch-commits] Commit in postorius/repos/community-any (12 files)

2020-07-15 Thread David Runge via arch-commits
Date: Wednesday, July 15, 2020 @ 21:18:23
  Author: dvzrv
Revision: 664012

archrelease: copy trunk to community-any

Added:
  postorius/repos/community-any/PKGBUILD
(from rev 664011, postorius/trunk/PKGBUILD)
  postorius/repos/community-any/postorius-1.3.2-settings.patch
(from rev 664011, postorius/trunk/postorius-1.3.2-settings.patch)
  postorius/repos/community-any/postorius.install
(from rev 664011, postorius/trunk/postorius.install)
  postorius/repos/community-any/postorius.sysusers
(from rev 664011, postorius/trunk/postorius.sysusers)
  postorius/repos/community-any/postorius.tmpfiles
(from rev 664011, postorius/trunk/postorius.tmpfiles)
  postorius/repos/community-any/postorius.uwsgi
(from rev 664011, postorius/trunk/postorius.uwsgi)
Deleted:
  postorius/repos/community-any/PKGBUILD
  postorius/repos/community-any/postorius-1.3.2-settings.patch
  postorius/repos/community-any/postorius.install
  postorius/repos/community-any/postorius.sysusers
  postorius/repos/community-any/postorius.tmpfiles
  postorius/repos/community-any/postorius.uwsgi

+
 PKGBUILD   |  176 ---
 postorius-1.3.2-settings.patch |   62 ++---
 postorius.install  |   18 +--
 postorius.sysusers |2 
 postorius.tmpfiles |   12 +-
 postorius.uwsgi|   36 +++
 6 files changed, 156 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 21:18:13 UTC (rev 664011)
+++ PKGBUILD2020-07-15 21:18:23 UTC (rev 664012)
@@ -1,85 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=postorius
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="The New Mailman Web UI"
-arch=('any')
-url="https://gitlab.com/mailman/postorius;
-license=('GPL3')
-depends=('python-cmarkgfm' 'python-django' 'python-django-mailman3'
-'python-mailmanclient' 'python-readme-renderer')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-beautifulsoup4' 'python-isort' 'python-mock'
-'python-pytest' 'python-pytest-django' 'python-vcrpy')
-optdepends=('mailman3: for configuring a local mailman instance'
-'uwsgi-plugin-python: for running inside uwsgi')
-replaces=('python-django-postorius')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py")
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi"
-"${pkgname}-1.3.2-settings.patch")
-sha512sums=('31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a'
-'SKIP'
-
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
-
'97cb4c0530a270db1e608f255b0940fbf1779252da74b7df9865adff809f0e644e88e0cbcfa7d7c858877887bc8ae64dddec88734fbc4abb75b6a270be38d2cf'
-
'c042f00d0d8dc72dadd19023152e55246c4d7a4b9d53bca3a05e7b8cb38cac5116417440d4ae82350820c7cb0cd414dcce45fa6af9be19296c4ebd0862dba896'
-
'53713874043e368c71543966e878ff7a49f03088b7ebcff9487935bef2c20a57a561a122dd6b4cbde126c25b935871288dadd7693b831a94b8f27da52afeaa0c')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # patch global paths into settings.py
-  patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
-  touch settings_local.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cd example_project
-  export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  pytest -v ../build/lib/${pkgname}
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # django project
-  install -vDm 644 example_project/{__init__,manage,settings,urls,wsgi}.py \
--t "${pkgdir}/usr/share/webapps/${pkgname}"
-  # symlink locale and static dirs to state dir
-  ln -svf "/var/lib//${pkgname}/locale/" \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-  ln -svf "/var/lib/${pkgname}/static/" \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-  # state dir
-  install -vdm 750 "${pkgdir}/var/lib/${pkgname}/data"
-  install -vdm 755 "${pkgdir}/var/lib/${pkgname}/"{locale,static}
-  # log dir
-  install -vdm 750 "${pkgdir}/var/log/${pkgname}"
-  # config
-  install -vDm 640 settings_local.py \
--t "${pkgdir}/etc/webapps/${pkgname}"
-  ln -svf "/etc/webapps/${pkgname}/settings_local.py" \
-"${pkgdir}/usr/share/webapps/${pkgname}/settings_local.py"
-  # uwsgi
-  install -vDm 644 "../${pkgname}.uwsgi" "${pkgdir}/etc/uwsgi/${pkgname}.ini"
-  # tmpfiles.d
-  install -vDm 644 "../${pkgname}.tmpfiles" \

[arch-commits] Commit in postorius/repos/community-any (12 files)

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 18:26:08
  Author: dvzrv
Revision: 639027

archrelease: copy trunk to community-any

Added:
  postorius/repos/community-any/PKGBUILD
(from rev 639026, postorius/trunk/PKGBUILD)
  postorius/repos/community-any/postorius-1.3.2-settings.patch
(from rev 639026, postorius/trunk/postorius-1.3.2-settings.patch)
  postorius/repos/community-any/postorius.install
(from rev 639026, postorius/trunk/postorius.install)
  postorius/repos/community-any/postorius.sysusers
(from rev 639026, postorius/trunk/postorius.sysusers)
  postorius/repos/community-any/postorius.tmpfiles
(from rev 639026, postorius/trunk/postorius.tmpfiles)
  postorius/repos/community-any/postorius.uwsgi
(from rev 639026, postorius/trunk/postorius.uwsgi)
Deleted:
  postorius/repos/community-any/PKGBUILD
  postorius/repos/community-any/postorius-1.3.2-settings.patch
  postorius/repos/community-any/postorius.install
  postorius/repos/community-any/postorius.sysusers
  postorius/repos/community-any/postorius.tmpfiles
  postorius/repos/community-any/postorius.uwsgi

+
 PKGBUILD   |  173 +++
 postorius-1.3.2-settings.patch |   62 ++---
 postorius.install  |   18 ++--
 postorius.sysusers |2 
 postorius.tmpfiles |   12 +-
 postorius.uwsgi|   36 
 6 files changed, 150 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:25:59 UTC (rev 639026)
+++ PKGBUILD2020-06-04 18:26:08 UTC (rev 639027)
@@ -1,88 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=postorius
-pkgver=1.3.2
-pkgrel=4
-pkgdesc="The New Mailman Web UI"
-arch=('any')
-url="https://gitlab.com/mailman/postorius;
-license=('GPL3')
-depends=('python-cmarkgfm' 'python-django' 'python-django-mailman3'
-'python-mailmanclient' 'python-readme-renderer')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-beautifulsoup4' 'python-isort' 'python-mock'
-'python-pytest' 'python-pytest-django' 'python-vcrpy')
-optdepends=('mailman3: for configuring a local mailman instance'
-'uwsgi-plugin-python: for running inside uwsgi')
-replaces=('python-django-postorius')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py")
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi"
-"${pkgname}-1.3.2-settings.patch")
-sha512sums=('41ff225fa574dd4bd0ac88419a10a55a71c52a64df01a1a593963fdfa62baf16a0df735364688ea24680c8e88093841892474279d40c1428948375db7eb6333b'
-'SKIP'
-
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
-
'97cb4c0530a270db1e608f255b0940fbf1779252da74b7df9865adff809f0e644e88e0cbcfa7d7c858877887bc8ae64dddec88734fbc4abb75b6a270be38d2cf'
-
'c042f00d0d8dc72dadd19023152e55246c4d7a4b9d53bca3a05e7b8cb38cac5116417440d4ae82350820c7cb0cd414dcce45fa6af9be19296c4ebd0862dba896'
-
'53713874043e368c71543966e878ff7a49f03088b7ebcff9487935bef2c20a57a561a122dd6b4cbde126c25b935871288dadd7693b831a94b8f27da52afeaa0c')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # patch global paths into settings.py
-  patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
-  touch settings_local.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  # tests are very broken all of a sudden:
-  # https://gitlab.com/mailman/postorius/-/issues/406
-  cd example_project
-  export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  pytest -k 'not test_accept_held_messages and not test_held_message_count' \
- -v ../build/lib/${pkgname}
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # django project
-  install -vDm 644 example_project/{__init__,manage,settings,urls,wsgi}.py \
--t "${pkgdir}/usr/share/webapps/${pkgname}"
-  # symlink locale and static dirs to state dir
-  ln -svf "/var/lib//${pkgname}/locale/" \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-  ln -svf "/var/lib/${pkgname}/static/" \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-  # state dir
-  install -vdm 750 "${pkgdir}/var/lib/${pkgname}/data"
-  install -vdm 755 "${pkgdir}/var/lib/${pkgname}/"{locale,static}
-  # log dir
-  install -vdm 750 "${pkgdir}/var/log/${pkgname}"
-  # config
-  install -vDm 640 settings_local.py \
--t "${pkgdir}/etc/webapps/${pkgname}"
-  ln -svf "/etc/webapps/${pkgname}/settings_local.py" \
-