mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python3-enchant: update to 3.1.1
This commit is contained in:
parent
df444f7584
commit
1d95e7bdc1
4 changed files with 24 additions and 16 deletions
|
@ -1,26 +1,15 @@
|
||||||
# Template file for 'python-enchant'
|
# Template file for 'python-enchant'
|
||||||
pkgname=python-enchant
|
pkgname=python-enchant
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyenchant-${version}"
|
wrksrc="pyenchant-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="enchant"
|
hostmakedepends="python-setuptools enchant-devel"
|
||||||
hostmakedepends="python-setuptools python3-setuptools enchant-devel"
|
|
||||||
depends="enchant"
|
depends="enchant"
|
||||||
short_desc="Spellchecking library for Python2"
|
short_desc="Spellchecking library for Python 3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="https://github.com/rfk/pyenchant"
|
homepage="https://github.com/rfk/pyenchant"
|
||||||
distfiles="${PYPI_SITE}/p/pyenchant/pyenchant-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyenchant/pyenchant-${version}.tar.gz"
|
||||||
checksum=fc31cda72ace001da8fe5d42f11c26e514a91fa8c70468739216ddd8de64e2a0
|
checksum=fc31cda72ace001da8fe5d42f11c26e514a91fa8c70468739216ddd8de64e2a0
|
||||||
|
|
||||||
python3-enchant_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="enchant"
|
|
||||||
depends="enchant"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-enchant
|
|
19
srcpkgs/python3-enchant/template
Normal file
19
srcpkgs/python3-enchant/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-enchant'
|
||||||
|
pkgname=python3-enchant
|
||||||
|
version=3.1.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="pyenchant-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools enchant-devel"
|
||||||
|
depends="enchant"
|
||||||
|
short_desc="Spellchecking library for Python 3"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="https://github.com/rfk/pyenchant"
|
||||||
|
distfiles="${PYPI_SITE}/p/pyenchant/pyenchant-${version}.tar.gz"
|
||||||
|
checksum=ce0915d7acd771fde6e8c2dce8ad0cb0e6f7c4fa8430cc96e3e7134e99aeb12f
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
: GtkSpellCheckerDialog is Python 2 only, at least in my understand
|
||||||
|
}
|
1
srcpkgs/python3-enchant/update
Normal file
1
srcpkgs/python3-enchant/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname=pyenchant
|
Loading…
Add table
Reference in a new issue