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

Offer several packages to melpa #3

Open
DamienCassou opened this issue Dec 6, 2018 · 9 comments
Open

Offer several packages to melpa #3

DamienCassou opened this issue Dec 6, 2018 · 9 comments

Comments

@DamienCassou
Copy link

It seems you have plans to put your work on melpa, this is great. Would you mind creating several melpa recipes instead of just one? I would like to write some jira-related code and I only need jiralib2.

@nyyManni
Copy link
Owner

nyyManni commented Dec 6, 2018

That sounds like a good idea. It would probably make sense to make helm-ejira a separate package as well.

@vkazanov
Copy link

vkazanov commented Feb 5, 2019

Hello! Thanks for the wonderful package!

@DamienCassou made an interesting point. I mostly use your package because of jiralib2.el, I use it write my own Jira-related functions.

Having only jiralib2.el as a dependency seems very reasonable for me:

  1. I prefer it to jiralib.el in org-jira because it's much easier (no SOAP-related complexity).
  2. ejira itself might serve as example code.
  3. It makes it possible to introduce alternative jira-related packages with different UIs based on jiralib2.el.

@dakra
Copy link

dakra commented Jul 9, 2019

I recently started a project where I have to use jira and I, too, would like to use jiralib2 from this repository (and probably also ejira-parser). I don't want the other dependencies (especially helm).

@nyyManni can you move jiralib2 (and maybe the parser?) in a separate git repo and package? Thanks!

@nyyManni
Copy link
Owner

nyyManni commented Jul 9, 2019

This has been hanging for a while, I'll try to squeeze some evening for this.

Afaik, there is no need to split the git repository in order to offer multiple packages on melpa, though?

@DamienCassou
Copy link
Author

DamienCassou commented Jul 9, 2019 via email

@nyyManni
Copy link
Owner

jiralib2 is now in a separate repository and available on melpa. I'll do ejira and the related packages #later.

@benmezger
Copy link

@nyyManni any ideas when will ejira be released on Melpa?

@nyyManni
Copy link
Owner

My apologies for being slow with this. I have actually started to work on this several times alrady, but every time got interrupted by something "more important".
Splitting out the parser and helm-integration into their own modules are the biggest TODOs at the moment. I will try to arrange time as there seems to be interest for this.

@LoganBarnett
Copy link
Contributor

I'm using Doom Emacs here, which transitively consumes straight.el. I'm using this to pull in ejira until it gets published, and figured it might be helpful to others:

(package! ejira :recipe
  (:host github
   :repo "nyyManni/ejira"
   :files ("*.el")
   )
  )

Thanks for your hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants