Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pycharm-community: update to 2019.3.1.
@ 2020-01-04 14:32 voidlinux-github
  2020-01-04 17:45 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-04 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

There is a new pull request by asiekierka against master on the void-packages repository

https://github.com/asiekierka/void-packages pycharm-community-2019.3.1
https://github.com/void-linux/void-packages/pull/18035

pycharm-community: update to 2019.3.1.


A patch file from https://github.com/void-linux/void-packages/pull/18035.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pycharm-community-2019.3.1-18035.patch --]
[-- Type: text/x-diff, Size: 3489 bytes --]

From 281c532795558448fe51befe0594acada05f337f Mon Sep 17 00:00:00 2001
From: Adrian Siekierka <kontakt@asie.pl>
Date: Sat, 4 Jan 2020 15:31:55 +0100
Subject: [PATCH] pycharm-community: update to 2019.3.1.

---
 srcpkgs/pycharm-community/template | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pycharm-community/template b/srcpkgs/pycharm-community/template
index 6e4ab4548c9..3def6b052ac 100644
--- a/srcpkgs/pycharm-community/template
+++ b/srcpkgs/pycharm-community/template
@@ -1,6 +1,6 @@
 # Template file for 'pycharm-community'
 pkgname=pycharm-community
-version=2019.2.5
+version=2019.3.1
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,7 +9,7 @@ maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/pycharm/"
 distfiles="https://download-cf.jetbrains.com/python/${pkgname}-${version}.tar.gz"
-checksum=c1ef83352ce2110e3505b11e46906a784b3ccb970d4584e33506840a5029ba6e
+checksum=bb243322951a2d195d9ab12a6990cdbf3d7cc284f17cd5f6ce3376f5ce16f0b2
 repository=nonfree
 nopie=yes
 
@@ -22,28 +22,28 @@ do_install() {
 	vmkdir usr/share/doc/pycharm
 	vmkdir usr/lib/pycharm
 
-	mv -v bin lib plugins helpers ${DESTDIR}/usr/lib/pycharm
+	mv -v bin lib plugins ${DESTDIR}/usr/lib/pycharm
 	mv -v license ${DESTDIR}/usr/share/doc/pycharm
 	rm -vf ${DESTDIR}/usr/lib/pycharm/bin/fsnotifier-arm
 	for i in _pydevd_bundle _pydevd_frame_eval; do
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/"$i"/pydevd_*_darwin_*.so
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/"$i"/pydevd_*_win32_*.pyd
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/"$i"/pydevd_*_darwin_*.so
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/"$i"/pydevd_*_win32_*.pyd
 	done
-	rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_*.dll
-	rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_*.dylib
-	rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
+	rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_*.dll
+	rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_*.dylib
+	rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
 
 	rm -vf ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/ppc64le/libpty.so
 	rmdir -v ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/ppc64le
 
 	if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 		rm -vf ${DESTDIR}/usr/lib/pycharm/bin/fsnotifier
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
 		rm -vf ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86/libpty.so
 		rmdir -v ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86
 	else
 		rm -vf ${DESTDIR}/usr/lib/pycharm/bin/fsnotifier64
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
 		rm -vf ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86_64/libpty.so
 		rmdir -v ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86_64
 	fi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: pycharm-community: update to 2019.3.1.
  2020-01-04 14:32 [PR PATCH] pycharm-community: update to 2019.3.1 voidlinux-github
@ 2020-01-04 17:45 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-04 17:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

There's a merged pull request on the void-packages repository

pycharm-community: update to 2019.3.1.
https://github.com/void-linux/void-packages/pull/18035

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-04 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 14:32 [PR PATCH] pycharm-community: update to 2019.3.1 voidlinux-github
2020-01-04 17:45 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).