Bug 168802 - [NEW PORT] devel/py27-rauth: A Python library for OAuth 1.0/a, 2.0, and Ofly consumers
Summary: [NEW PORT] devel/py27-rauth: A Python library for OAuth 1.0/a, 2.0, and Ofly ...
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 14:40 UTC by koobs
Modified: 2012-06-17 20:22 UTC (History)
0 users

See Also:


Attachments
.shar (3.22 KB, text/plain)
2012-06-07 14:40 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-07 14:40:09 UTC
This package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The
package is wrapped around the superb Python Requests.

- Built on Python-Requests
- Supports OAuth 1.0, 1.0a, 2.0 and Ofly]
- Service wrappers for convenient connection initialization
- Well tested (100% coverage)

WWW:	https://github.com/litl/rauth

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-08 14:46:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-17 20:17:01 UTC
rm          2012-06-17 19:16:34 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-rauth       Makefile distinfo pkg-descr pkg-plist 
  Log:
  This package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The
  package is wrapped around the superb Python Requests.
  
  - Built on Python-Requests
  - Supports OAuth 1.0, 1.0a, 2.0 and Ofly]
  - Service wrappers for convenient connection initialization
  - Well tested (100% coverage)
  
  WWW:    https://github.com/litl/rauth
  
  PR:             168802
  Submitted by:   koobs <koobs.freebsd at gmail dot com>
  
  Revision  Changes    Path
  1.4991    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/py-rauth/Makefile (new)
  1.1       +2 -0      ports/devel/py-rauth/distinfo (new)
  1.1       +9 -0      ports/devel/py-rauth/pkg-descr (new)
  1.1       +22 -0     ports/devel/py-rauth/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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-17 20:22:40 UTC
State Changed
From-To: open->closed

Committed, thank you!