Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package request: Spyder #1372

Closed
ghost opened this issue Aug 1, 2018 · 4 comments
Closed

Package request: Spyder #1372

ghost opened this issue Aug 1, 2018 · 4 comments
Labels
request Package request Stale

Comments

@ghost
Copy link

ghost commented Aug 1, 2018

Hi,
I would like to propose new package called Spyder, it is very useful IDE and almost all of the dependencies are already in repos. Here is their website: https://www.spyder-ide.org/

@maxice8 maxice8 added the request Package request label Aug 1, 2018
@ghost
Copy link
Author

ghost commented Aug 4, 2018

Spyder can be donloaded by pip, but to put it in repo, I have to add

  • Rope
  • Qtawesome
  • Qtpy
  • Numpydoc
  • Cloudpickle
  • Spyder-kernels

I'll probably start tomorrow.

@ghost
Copy link
Author

ghost commented Aug 8, 2018

#Template file for 'python-rope'
pkgname=python-rope
version=0.10.7
revision=1
noarch=yes
wrksrc="rope-${version}"
build_style=python-module
pycompile_module="rope.py"
hostmakedepends="python python3"
depends="python"
maintainer="xue <xue44@protonmail.com>"
license="GPL-2"
homepage="https://github.com/python-rope/rope"
short_desc="Python refactoring library"
distfiles="https://github.com/python-rope/rope/archive/${version}.tar.gz"
checksum=4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74
 
python3-rope_package() {
    noarch=yes
    depends="python3"
    pycompile_module="rope.py"
    short_desc="${short_desc/Python2/Python3}"
    pkg_install() {
        vmove usr/lib/python3*
    }
}
  • ln -s for python3. It is my first pkg, could somebody verify it?
    The rest should go the same, coz every dependency is a python library.
    There is know issue that it won't compile on python 3.7 but right now it works quite well.

To be precise, I am not sure, what should i put into pycompile_module

@github-actions
Copy link

Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.

@github-actions github-actions bot added Stale and removed Stale labels Apr 15, 2022
@atisharma
Copy link

bump

zlice pushed a commit to zlice/void-packages that referenced this issue Oct 7, 2022
@ahesford ahesford added the Stale label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Package request Stale
Projects
None yet
Development

No branches or pull requests

3 participants