-
Notifications
You must be signed in to change notification settings - Fork 11
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
Decide on package name #9
Comments
tl;dr -- I'm fine with any name matching this regex:
The confusing thing for me is that it's not clear what the packagist namespace (everything in front of the /) is supposed to correspond to. If it's supposed to be analogous to the github namespace, then that makes this package The next thing to figure out is whether and how to advertise what exactly we're parsing to make composer metadata. Right now, the code parses .make, .info, and .info.yml files and composer.json (kind of) and it parses release info, though that may not be essential anymore. I guess my point is that we might benefit from putting together a list of all the types of data we need to interpret to make a working composer repository that represents all of drupal.org, and then deciding on whether those data sources each need their own library. To just name this thing now, I'm fine with An issue that we're going to run into is what the target namespaces should be for all of these:
When I had to put composer.json files in modules so I could use them, I just called them Thoughts? |
On my packages I can edit the Repository URL via packagist. Maybe that would be enough to make the change without the need of a rename? Once [policy, no patch] Decide on Composer Package Names (drupal.org) is resolved, changing the name might be necessary. But I do not see that an issue for now. Making clear what info is parsed could be something we can provide on the frontpage of drupal-packagist. But that would be another issue 😉 |
@winmillwill: thanks for moving your repo to this organization.
I think we have to decide on a new package name? I think it is best practice to the name on github and packagist? Or at least we have to update the git url https://packagist.org/packages/drupal/parse-composer
The text was updated successfully, but these errors were encountered: