Difference between revisions of "Packaging Adafruit Raspberry Pi Python Library for Pidora"

From CDOT Wiki
Jump to: navigation, search
(Project Plan)
(Project News)
 
(14 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
== Project Leader ==
 
== Project Leader ==
  
[[User:atpenrose|Adam Penrose]] [ [http://atpenrosewordpress Blog] ]
+
[[User:atpenrose|Adam Penrose]]
  
 
== Project Contributor(s) ==
 
== Project Contributor(s) ==
Line 29: Line 29:
 
Goals for each release and plans for reaching those goals:
 
Goals for each release and plans for reaching those goals:
 
<!-- Note: Each student must have unique goals. These goals may be ''related'' to other students' work, but must be ''distinct'' and ''attainable'' regardless of the state of the other students' work. For example, under the umbrella of one project title, one student may work on packaging a piece of software and another may work on documentation, or one may work on solving one bug and another on solving another bug, but two students must not work on the same bug or depend on the other students' work in order to be able to complete their own project. -->
 
<!-- Note: Each student must have unique goals. These goals may be ''related'' to other students' work, but must be ''distinct'' and ''attainable'' regardless of the state of the other students' work. For example, under the umbrella of one project title, one student may work on packaging a piece of software and another may work on documentation, or one may work on solving one bug and another on solving another bug, but two students must not work on the same bug or depend on the other students' work in order to be able to complete their own project. -->
* 0.1 - Initial package release
+
* '''0.1''' - Initial package release and submission to Pidora package review
* 0.2
+
* '''0.2''' - Review issues addressed, package through the review process
* 0.3
+
** Create patch to fix symlinks in Adafruit_CharLCDPlate directory
 +
** Alter python scripts to be run as non-root user
 +
** Update to latest commit
 +
* '''0.3''' - Package in Pidora
  
 
== Communication ==
 
== Communication ==
  
=== Mailing Lists ===
+
=== Upstream Wiki and Web ===
<!-- Add any appropriate mailing lists to which you are subscribed (e.g., see http://lists.fedoraproject.org -->
 
 
 
=== Upsteam Wiki and Web ===
 
 
<!-- Links to upstream wiki/web pages -->
 
<!-- Links to upstream wiki/web pages -->
 +
Website: [http://www.adafruit.com/ http://www.adafruit.com/]
  
 
=== Links/Bugs/Tracking ===
 
=== Links/Bugs/Tracking ===
 
<!-- Add a link to any page(s) related to your work, including the bug numbers (on bugzilla or trac) -->
 
<!-- Add a link to any page(s) related to your work, including the bug numbers (on bugzilla or trac) -->
 +
Package review request: [http://trac.proximity.on.ca/projects/rpfr/ticket/500 http://trac.proximity.on.ca/projects/rpfr/ticket/500]
  
 
=== Source Code Control ===
 
=== Source Code Control ===
 
<!-- Links to source code URLs, including git/mercurial/svn/cvs repositories -->
 
<!-- Links to source code URLs, including git/mercurial/svn/cvs repositories -->
 +
Github: http://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/
  
 
=== Blogs ===
 
=== Blogs ===
 
<!-- Links to the blogs of people involved, both inside and outside Seneca -->
 
<!-- Links to the blogs of people involved, both inside and outside Seneca -->
 +
[http://atpenrose.wordpress.com/ ATPenrose's SBR600 Blog]
 +
 +
== Project News==
 +
 +
'''New Co-Maintainer and Inclusion in Pidora 19''' (2013-12-15)
 +
* [[User:Chris_Tyler|Chris Tyler]] has agreed to be a co-maintainer for this package
 +
* The 'adafruit-raspberry-pi-python-code' package is now tagged for inclusion in the upcoming release of Pidora 19
 +
 +
'''0.3 Release''' (2013-12-13) - [[http://atpenrose.wordpress.com/2013/12/13/release-0-3-adafruit-raspberry-pi-python-code-for-pidora/ Blog]]
 +
 +
* Updated source to latest commit – 2d4678f (Adds a new script for the Adafruit MCP3002)
  
=== Non-Seneca Participants ===
+
'''0.2 Release''' (2013-12-08) - [[http://atpenrose.wordpress.com/2013/12/08/release-0-2-adafruit-raspberry-pi-python-code-for-pidora/ Blog]]
<!-- Links to the blogs of any non-Seneca participants in this project -->
 
  
=== Planets ===
+
* Updated source to latest commit – 00adf3d
<!-- Links to any planets related to this project -->
+
* Added lines in SPEC to alter symbolic links. (Unable to use diff to create a patch as it does not work with symbolic links)
 +
* Altered python install directory from ‘Adafruit-Raspberry-Pi-Python-Code’ to ‘adafruit’
 +
* Altered package name to reflect date of source download instead of the git commit date as per package naming guidelines
  
== Project News ==
+
'''0.1 Release''' (2013-11-28) [[http://atpenrose.wordpress.com/2013/11/28/release-0-1-adafruit-raspberry-pi-python-code/ Blog]]
  
<!-- This is where a permanent record of your releases and updates will go.  In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc. -->
+
* Installs code modules to /usr/lib/python2.x/site-packages directory
 +
* Package passes rpmlint checks
 +
* Submitted package for review on Pidora Trac

Latest revision as of 21:41, 15 December 2013

Project Description

The Adafruit Raspberry Pi Python Library contains Python libraries for a large number of Adafruit electronics that can be attached to the Pi. This project involves packaging these libraries for Pidora.

Project Leader

Adam Penrose

Project Contributor(s)

Project Details

Project Plan

Tracking

Goals by Release

Goals for each release and plans for reaching those goals:

  • 0.1 - Initial package release and submission to Pidora package review
  • 0.2 - Review issues addressed, package through the review process
    • Create patch to fix symlinks in Adafruit_CharLCDPlate directory
    • Alter python scripts to be run as non-root user
    • Update to latest commit
  • 0.3 - Package in Pidora

Communication

Upstream Wiki and Web

Website: http://www.adafruit.com/

Links/Bugs/Tracking

Package review request: http://trac.proximity.on.ca/projects/rpfr/ticket/500

Source Code Control

Github: http://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/

Blogs

ATPenrose's SBR600 Blog

Project News

New Co-Maintainer and Inclusion in Pidora 19 (2013-12-15)

  • Chris Tyler has agreed to be a co-maintainer for this package
  • The 'adafruit-raspberry-pi-python-code' package is now tagged for inclusion in the upcoming release of Pidora 19

0.3 Release (2013-12-13) - [Blog]

  • Updated source to latest commit – 2d4678f (Adds a new script for the Adafruit MCP3002)

0.2 Release (2013-12-08) - [Blog]

  • Updated source to latest commit – 00adf3d
  • Added lines in SPEC to alter symbolic links. (Unable to use diff to create a patch as it does not work with symbolic links)
  • Altered python install directory from ‘Adafruit-Raspberry-Pi-Python-Code’ to ‘adafruit’
  • Altered package name to reflect date of source download instead of the git commit date as per package naming guidelines

0.1 Release (2013-11-28) [Blog]

  • Installs code modules to /usr/lib/python2.x/site-packages directory
  • Package passes rpmlint checks
  • Submitted package for review on Pidora Trac