python-meta-packaging resource hub
Howdy! I've been lurking on the list for a while, but have been pretty quiet so far. I was watching the live stream of the PyCon packaging panel today and the pytjon-meta-packaging resource hub idea was mentioned, which I hadn't heard of before, and was spurred to action. So I created a skeleton Sphinx project in a fork of this project here: https://bitbucket.org/khorn/python-meta-packaging Sadly, bitbucket won't let me do a pull request for some reason. If anyone knows why that is, feel free to let me know. (FYI I think it's because the main repo has no commits in it, which makes the "Create a pull request not load properly.) At any rate, somebody somewhere should feel free pull it into the main repo, so we can get things moving on that front. I'm happy to help out where I can. -- Kevin Horn
Hello Kevin: I have admin access. I'll look at this in a bit. I'm trying to find a sphinx project that was posted recently that offered an index for compiler tools. that seemed to have a good template we could kickstart with can someone point us to where that was? Marcus On Sat, Mar 16, 2013 at 4:03 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
Howdy!
I've been lurking on the list for a while, but have been pretty quiet so far.
I was watching the live stream of the PyCon packaging panel today and the pytjon-meta-packaging resource hub idea was mentioned, which I hadn't heard of before, and was spurred to action.
So I created a skeleton Sphinx project in a fork of this project here:
https://bitbucket.org/khorn/python-meta-packaging
Sadly, bitbucket won't let me do a pull request for some reason. If anyone knows why that is, feel free to let me know. (FYI I think it's because the main repo has no commits in it, which makes the "Create a pull request not load properly.)
At any rate, somebody somewhere should feel free pull it into the main repo, so we can get things moving on that front. I'm happy to help out where I can.
-- Kevin Horn
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
Kevin: I added an initial readme, so pull requests work now. as for the compiler page I was talking about, here's the email that announced the page, and the github project for the src. http://mail.python.org/pipermail/python-announce-list/2013-February/009777.h... it was just a thought. that tag icons and categories being the main reason it popped to mind. If you're into sphinx and want to kickstart something for us like that, then you can now actually submit a pull. barring that, I'll would likely just post a simple TOC structure later today or tomorrow that PEP people and project owners can start filling in. Marcus On Sat, Mar 16, 2013 at 5:30 PM, Marcus Smith <qwcode@gmail.com> wrote:
Hello Kevin: I have admin access. I'll look at this in a bit. I'm trying to find a sphinx project that was posted recently that offered an index for compiler tools. that seemed to have a good template we could kickstart with can someone point us to where that was? Marcus
On Sat, Mar 16, 2013 at 4:03 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
Howdy!
I've been lurking on the list for a while, but have been pretty quiet so far.
I was watching the live stream of the PyCon packaging panel today and the pytjon-meta-packaging resource hub idea was mentioned, which I hadn't heard of before, and was spurred to action.
So I created a skeleton Sphinx project in a fork of this project here:
https://bitbucket.org/khorn/python-meta-packaging
Sadly, bitbucket won't let me do a pull request for some reason. If anyone knows why that is, feel free to let me know. (FYI I think it's because the main repo has no commits in it, which makes the "Create a pull request not load properly.)
At any rate, somebody somewhere should feel free pull it into the main repo, so we can get things moving on that front. I'm happy to help out where I can.
-- Kevin Horn
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
On Mar 17, 2013 1:50 PM, "Marcus Smith" <qwcode@gmail.com> wrote:
Kevin: I added an initial readme, so pull requests work now.
Good news. I'll send a pull req in a little while.
as for the compiler page I was talking about, here's the email that announced the page, and the github project for the src.
http://mail.python.org/pipermail/python-announce-list/2013-February/009777.h...
it was just a thought. that tag icons and categories being the main
If you're into sphinx and want to kickstart something for us like that,
barring that, I'll would likely just post a simple TOC structure later today or tomorrow that PEP people and project owners can start filling in. Marcus
On Sat, Mar 16, 2013 at 5:30 PM, Marcus Smith <qwcode@gmail.com> wrote:
Hello Kevin: I have admin access. I'll look at this in a bit. I'm trying to find a sphinx project that was posted recently that
offered an index for compiler tools.
that seemed to have a good template we could kickstart with can someone point us to where that was? Marcus
On Sat, Mar 16, 2013 at 4:03 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
Howdy!
I've been lurking on the list for a while, but have been pretty quiet
so far.
I was watching the live stream of the PyCon packaging panel today and
reason it popped to mind. then you can now actually submit a pull. I've worked with Sphinx quite a bit. I'll check it out and see what I can manage. the pytjon-meta-packaging resource hub idea was mentioned, which I hadn't heard of before, and was spurred to action.
So I created a skeleton Sphinx project in a fork of this project here:
https://bitbucket.org/khorn/python-meta-packaging
Sadly, bitbucket won't let me do a pull request for some reason. If
anyone knows why that is, feel free to let me know.
(FYI I think it's because the main repo has no commits in it, which makes the "Create a pull request not load properly.)
At any rate, somebody somewhere should feel free pull it into the main repo, so we can get things moving on that front. I'm happy to help out where I can.
-- Kevin Horn
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
On Sun, Mar 17, 2013 at 7:48 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
On Mar 17, 2013 1:50 PM, "Marcus Smith" <qwcode@gmail.com> wrote:
Kevin: I added an initial readme, so pull requests work now.
Good news. I'll send a pull req in a little while.
OK, so initially I ran into "repository is unrelated", apparently because I forked before there were any commits in the upstream repo. So I re-forked, moved over my changes, and tried to make another pull request, and now I get a big "Access Denied" message. Is there some permission I need just to submit a pull request? I've never run into that before... -- Kevin Horn
On Sun, Mar 17, 2013 at 9:10 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
On Sun, Mar 17, 2013 at 7:48 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
On Mar 17, 2013 1:50 PM, "Marcus Smith" <qwcode@gmail.com> wrote:
Kevin: I added an initial readme, so pull requests work now.
Good news. I'll send a pull req in a little while.
OK, so initially I ran into "repository is unrelated", apparently because I forked before there were any commits in the upstream repo.
So I re-forked, moved over my changes, and tried to make another pull request, and now I get a big "Access Denied" message.
Is there some permission I need just to submit a pull request? I've never run into that before...
Ugh, ignore this. I was clicking the pull request button in the wrong window... Pull request sent. (finally) -- Kevin Horn
ok, project is initialized (thanks kevin) and a tentative TOC is in place, enough at least to get the various players to start making pull requests for the portions they own or have expertise in. see here: https://python-meta-packaging.readthedocs.org/en/latest/# P.S. Kevin, I guess follow the updates, and if you have ideas to better organize or present the content, feel free to submit pulls.
On Sun, Mar 17, 2013 at 7:48 PM, Kevin Horn <kevin.horn@gmail.com> wrote:
On Mar 17, 2013 1:50 PM, "Marcus Smith" <qwcode@gmail.com> wrote:
Kevin: I added an initial readme, so pull requests work now.
Good news. I'll send a pull req in a little while.
as for the compiler page I was talking about, here's the email that announced the page, and the github project for the src.
http://mail.python.org/pipermail/python-announce-list/2013-February/009777.h...
it was just a thought. that tag icons and categories being the main
If you're into sphinx and want to kickstart something for us like that,
reason it popped to mind. then you can now actually submit a pull.
I've worked with Sphinx quite a bit. I'll check it out and see what I can manage.
barring that, I'll would likely just post a simple TOC structure later today or tomorrow that PEP people and project owners can start filling in. Marcus
I checked out the compiler page a bit, and it looks like they're using markdown and pandoc to build that site. We can probably put something together that is somewhat similar, if we like, though it would be helpful to know what features of that site were the ones that people liked. I can put together a Sphinx theme if we want a custom one, and maybe some custom ReST directives as Sphinx extensions if we want to go that far. What is it that people want to see with this site? -- Kevin Horn
participants (2)
-
Kevin Horn
-
Marcus Smith