Skip to content

Commit

Permalink
python-empy3: auto updated to 3.3.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent ca21e03 commit bb24038
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions x86_64/ros2/python-empy3/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Maintainer: Zhirui Dai <daizhirui at hotmail dot com>

_pkgname=empy
pkgname=python-empy3
pkgver=3.3.4
pkgrel=1
pkgdesc="Powerful and robust templating system for Python"
arch=('any')
url="http://www.alcyone.com/software/empy/"
license=('LGPL')
depends=('python')
replaces=('python-empy')
provides=('python-empy')
conflicts=('python-empy')
makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/e/empy/empy-$pkgver.tar.gz)
sha256sums=('73ac49785b601479df4ea18a7c79bc1304a8a7c34c02b9472cf1206ae88f01b3')

build() {
cd $_pkgname-$pkgver
python3 setup.py build
}

package() {
cd $_pkgname-$pkgver
python3 setup.py install --root="$pkgdir" --optimize=1
}

0 comments on commit bb24038

Please sign in to comment.