mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: python3-slixmpp-1.2.1
This commit is contained in:
parent
07aaa145f5
commit
62556d9f7d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-slixmpp/template
Normal file
19
srcpkgs/python3-slixmpp/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-slixmpp'
|
||||
pkgname=python3-slixmpp
|
||||
version=1.2.1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="slixmpp-${version}"
|
||||
short_desc="An elegant Python library for XMPP"
|
||||
build_style=python3-module
|
||||
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||
license="MIT"
|
||||
hostmakedepends="python3-devel"
|
||||
depends="python3"
|
||||
homepage="https://github.com/poezio/slixmpp"
|
||||
distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
|
||||
checksum=49ba3e7c5ed6d7286096e60b3649ee76281fe8eeee920d379ab7da2b5c7f963b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue