Bug 168660 - [NEW PORT] devel/py27-pygithub: Use the full Github API v3 with Python
Summary: [NEW PORT] devel/py27-pygithub: Use the full Github API v3 with Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 11:00 UTC by koobs
Modified: 2012-06-10 10:50 UTC (History)
0 users

See Also:


Attachments
.shar (9.75 KB, text/plain)
2012-06-04 11:00 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-06-04 11:00:25 UTC
This is a Python library to access the Github API v3.

With it, you can manage your Github resources (repositories, user profiles,
organizations, etc.) from Python scripts.

It covers the full API, and all methods are tested against the real Github site.

WWW:	http://vincent-jacques.net/PyGithub

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-06-04 13:35:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2012-06-10 10:47:46 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-10 10:48:10 UTC
miwi        2012-06-10 09:47:55 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-pygithub    Makefile distinfo pkg-descr pkg-plist 
    devel/py-pygithub/files patch-setup.py 
  Log:
  This is a Python library to access the Github API v3.
  
  With it, you can manage your Github resources (repositories, user profiles,
  organizations, etc.) from Python scripts.
  
  It covers the full API, and all methods are tested against the real Github site.
  
  WWW:    http://vincent-jacques.net/PyGithub
  
  PR:             ports/168660
  Submitted by:   koobs <koobs.freebsd@gmail.com>
  
  Revision  Changes    Path
  1.4985    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/py-pygithub/Makefile (new)
  1.1       +2 -0      ports/devel/py-pygithub/distinfo (new)
  1.1       +12 -0     ports/devel/py-pygithub/files/patch-setup.py (new)
  1.1       +8 -0      ports/devel/py-pygithub/pkg-descr (new)
  1.1       +161 -0    ports/devel/py-pygithub/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"