Date: Monday, July 6, 2020 @ 12:49:13 Author: dvzrv Revision: 657992 archrelease: copy trunk to community-any
Added: python-pprofile/repos/community-any/PKGBUILD (from rev 657991, python-pprofile/trunk/PKGBUILD) Deleted: python-pprofile/repos/community-any/PKGBUILD ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-07-06 12:49:07 UTC (rev 657991) +++ PKGBUILD 2020-07-06 12:49:13 UTC (rev 657992) @@ -1,33 +0,0 @@ -# Maintainer: David Runge <dv...@archlinux.org> - -_name=pprofile -pkgname=python-pprofile -pkgver=2.0.4 -pkgrel=1 -pkgdesc="Line-granularity, thread-aware deterministic and statistic pure-python profiler" -arch=('any') -url="https://github.com/vpelletier/pprofile" -license=('GPL2') -depends=('python') -makedepends=('python-setuptools') -source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") -sha512sums=('4154102bb2c7cdc26f900018914e35f203ac0d14d677ebbb7473bd9e7ed877a51f961ce1cd107153b2de398dca7bd9e49516b0f0a1215c94de6763d968a4c1d8') - -prepare() { - mv -v "${_name}-$pkgver" "$pkgname-$pkgver" - cd "$pkgname-$pkgver" -} - -build() { - cd "$pkgname-$pkgver" - python setup.py build -} - -package() { - cd "$pkgname-$pkgver" - python setup.py install --skip-build \ - --optimize=1 \ - --prefix=/usr \ - --root="${pkgdir}" - install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" -} Copied: python-pprofile/repos/community-any/PKGBUILD (from rev 657991, python-pprofile/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-07-06 12:49:13 UTC (rev 657992) @@ -0,0 +1,33 @@ +# Maintainer: David Runge <dv...@archlinux.org> + +_name=pprofile +pkgname=python-pprofile +pkgver=2.0.5 +pkgrel=1 +pkgdesc="Line-granularity, thread-aware deterministic and statistic pure-python profiler" +arch=('any') +url="https://github.com/vpelletier/pprofile" +license=('GPL2') +depends=('python') +makedepends=('python-setuptools') +source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") +sha512sums=('130489d9099bb97ec04d36c2dadc26e791ba1ed6b7fecbb125e4611582e5f2999650017d01d05d326db12991b817ca29eaedfa9f6c9d8783f4b08765ae4b32ad') + +prepare() { + mv -v "${_name}-$pkgver" "$pkgname-$pkgver" + cd "$pkgname-$pkgver" +} + +build() { + cd "$pkgname-$pkgver" + python setup.py build +} + +package() { + cd "$pkgname-$pkgver" + python setup.py install --skip-build \ + --optimize=1 \ + --prefix=/usr \ + --root="${pkgdir}" + install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" +}