diff --git a/srcpkgs/python-setproctitle/patches/musl-linux_prctl_h.patch b/srcpkgs/python-setproctitle/patches/musl-linux_prctl_h.patch deleted file mode 100644 index 2c0b47b060b..00000000000 --- a/srcpkgs/python-setproctitle/patches/musl-linux_prctl_h.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/spt_status.c 2015-07-20 00:44:29.000000000 +0200 -+++ src/spt_status.c 2015-10-08 22:04:23.899182363 +0200 -@@ -55,8 +55,10 @@ - #endif - #ifdef HAVE_SYS_PRCTL_H - #include /* for Linux >= 2.6.9 */ -+#if defined(__GLIBC__) - #include - #endif -+#endif - #if defined(__darwin__) - #include - #endif diff --git a/srcpkgs/python-setproctitle/template b/srcpkgs/python-setproctitle/template index 3fa2c1dc253..d80bd836fa9 100644 --- a/srcpkgs/python-setproctitle/template +++ b/srcpkgs/python-setproctitle/template @@ -1,7 +1,7 @@ # Template file for 'python-setproctitle' pkgname=python-setproctitle -version=1.1.9 -revision=2 +version=1.1.10 +revision=1 wrksrc="setproctitle-${version}" build_style=python-module python_versions="2.7 3.4" @@ -13,12 +13,17 @@ maintainer="Juan RP " homepage="http://code.google.com/p/py-setproctitle/" license="BSD" distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz" -checksum=1c3414d18f9cacdab78b0ffd8e886d56ad45f22e55001a72aaa0b2aeb56a0ad7 +checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 + +post_install() { + vlicense COPYRIGHT +} python3.4-setproctitle_package() { depends="python3.4" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { + vlicense COPYRIGHT vmove usr/lib/python3.4 } }