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 metadata not showing in package-list #10

Closed
PythonNut opened this issue Dec 6, 2014 · 12 comments
Closed

Package metadata not showing in package-list #10

PythonNut opened this issue Dec 6, 2014 · 12 comments

Comments

@PythonNut
Copy link

This probably means your package headers are incorrect. Please double check them, as this will affect the popularity of your package.

@mkaito
Copy link
Contributor

mkaito commented Apr 30, 2015

I'm not sure where to put that. Maybe @milkypostman could chime in.

@milkypostman
Copy link
Contributor

This repo will need a base16-pkg.el file with the metadata. The way that MELPA builds this data is by trying to find base16.el---which shouldn't exist in this case---and looking for the -pkg.el file. So adding that with the appropriate format should work. I think you can just make it something like,

(define-package "base16" "1"
  "Collection of themes built on combinations of 16 base colors"
  nil
  :url "https://github.com/mkaito/base16-emacs")

This should work I think. You can go ahead an commit it and see if MELPA is better then?

@mkaito
Copy link
Contributor

mkaito commented Apr 30, 2015

Added and pushed.

@mkaito
Copy link
Contributor

mkaito commented Apr 30, 2015

I'm not sure whether the link on MELPA auto-updates, but it's still pointing at the old URL. Maybe that needs to be fixed before meta-data shows up. cc: @milkypostman

@PythonNut
Copy link
Author

The packages are rebuilt every few hours or so. It'll update on the next
build.

On Wed, Apr 29, 2015 at 5:57 PM, Chris Hoppner notifications@github.com
wrote:

I'm not sure whether the link on MELPA auto-updates, but it's still
pointing at the old URL. Maybe that needs to be fixed before meta-data
shows up. cc: @milkypostman https://github.com/milkypostman


Reply to this email directly or view it on GitHub
#10 (comment).

@milkypostman
Copy link
Contributor

He's saying the repo in the recipes isn't correct right?

On Wed, Apr 29, 2015 at 17:59 PythonNut notifications@github.com wrote:

The packages are rebuilt every few hours or so. It'll update on the next
build.

On Wed, Apr 29, 2015 at 5:57 PM, Chris Hoppner notifications@github.com
wrote:

I'm not sure whether the link on MELPA auto-updates, but it's still
pointing at the old URL. Maybe that needs to be fixed before meta-data
shows up. cc: @milkypostman https://github.com/milkypostman


Reply to this email directly or view it on GitHub
<#10 (comment)
.


Reply to this email directly or view it on GitHub
#10 (comment).

@mkaito
Copy link
Contributor

mkaito commented Apr 30, 2015

Yeah, the link on the MELPA page still points at https://github.com/neil477/base16-emacs.

Github placed a redirect there, and the package has, in fact, already been rebuilt with my changes.

Seems MELPA ain't picking up the pkg file, though, so I guess the recipe needs to be updated.

@milkypostman
Copy link
Contributor

Oh. It's using your version but it hasn't recloned. Don't suppose you want
to send a PR to MELPA? Cause I'm on mobile can't do it yet. But I could
commit it.
On Wed, Apr 29, 2015 at 18:04 Chris Hoppner notifications@github.com
wrote:

Yeah, the link on the MELPA page still points at
https://github.com/neil477/base16-emacs.

Github placed a redirect there, and the package has, in fact, already been
rebuilt with my changes.

Seems MELPA ain't picking up the pkg file, though, so I guess the recipe
needs to be updated.


Reply to this email directly or view it on GitHub
#10 (comment).

@mkaito
Copy link
Contributor

mkaito commented Apr 30, 2015

I've sent you a pull request.

I had no idea I could just do that, or I would have done it right away. The more you know.

@milkypostman
Copy link
Contributor

Ok it's still not working. Let me take a look and figure out why and get
back to you.
On Thu, Apr 30, 2015 at 02:40 Chris Hoppner notifications@github.com
wrote:

I've sent you a pull request
melpa/melpa#2724.


Reply to this email directly or view it on GitHub
#10 (comment).

@habamax
Copy link

habamax commented Nov 10, 2015

Metadata is there, in package-list-packages.

@mkaito mkaito closed this as completed Nov 10, 2015
@mkaito
Copy link
Contributor

mkaito commented Nov 10, 2015

Thanks :)

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

4 participants