Date: Monday, November 7, 2022 @ 12:34:21
Author: felixonmars
Revision: 1345794
archrelease: copy trunk to community-any
Added:
python-teamcity-messages/repos/community-any/PKGBUILD
(from rev 1345793, python-teamcity-messages/trunk/PKGBUILD)
Deleted:
python-teamcity-messages/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-07 12:34:06 UTC (rev 1345793)
+++ PKGBUILD 2022-11-07 12:34:21 UTC (rev 1345794)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-teamcity-messages
-pkgver=1.31
-pkgrel=1
-pkgdesc="Send test results to TeamCity continuous integration server from
unittest, nose, py.test, twisted trial, behave"
-url="https://github.com/JetBrains/teamcity-messages"
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-virtualenv')
-source=("https://github.com/JetBrains/teamcity-messages/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('d59efff993aec223d4415898c60a3a611df8ba24afa42f8decfca98cef1c218ac50785eab065a3b84e61b3ac886b993d17bc63a95de1aa8b6ddf80fe1106bf7d')
-
-prepare() {
- cd teamcity-messages-$pkgver
- sed -i "s/virtualenv_version = 'virtualenv==20.7.2'/virtualenv_version =
'virtualenv'/" setup.py
-}
-
-build() {
- cd teamcity-messages-$pkgver
- python setup.py build
-}
-
-check() {
- cd teamcity-messages-$pkgver
- python setup.py test || echo "Tests failed"
-}
-
-package() {
- cd teamcity-messages-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-teamcity-messages/repos/community-any/PKGBUILD (from rev
1345793, python-teamcity-messages/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-07 12:34:21 UTC (rev 1345794)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-teamcity-messages
+pkgver=1.32
+pkgrel=1
+pkgdesc="Send test results to TeamCity continuous integration server from
unittest, nose, py.test, twisted trial, behave"
+url="https://github.com/JetBrains/teamcity-messages"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-virtualenv')
+source=("https://github.com/JetBrains/teamcity-messages/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b9733edb1e2aef4ca69773070e927a2b6162b34d8bea4b4fd22c5d7858de2d6416dcc39102aa718b4858635900519cfd7e02016143ac6a19fa82d1fd6780c0a3')
+
+prepare() {
+ cd teamcity-messages-$pkgver
+ sed -i "s/virtualenv_version = 'virtualenv==20.7.2'/virtualenv_version =
'virtualenv'/" setup.py
+}
+
+build() {
+ cd teamcity-messages-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd teamcity-messages-$pkgver
+ python setup.py test || echo "Tests failed"
+}
+
+package() {
+ cd teamcity-messages-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}