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

From CDOT Wiki
Jump to: navigation, search
(Goals by Release)
(Project News)
Line 62: Line 62:
 
<!-- Links to any planets related to this project -->
 
<!-- Links to any planets related to this project -->
  
== Project News ==
+
== Project News==
 +
(Newest First)
  
<!-- 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. -->
+
'''New Co-Maintainer''' (2013-12-15)
 +
* [[User:Chris_Tyler|Chris Tyler]] has agreed to be a co-maintainer for this package
  
'''0.1 Release''' - [[http://atpenrose.wordpress.com/2013/11/28/release-0-1-adafruit-raspberry-pi-python-code/ Blog]]
+
'''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)
 +
 
 +
'''0.2 Release''' (2013-12-08) - [[http://atpenrose.wordpress.com/2013/12/08/release-0-2-adafruit-raspberry-pi-python-code-for-pidora/ 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) [[http://atpenrose.wordpress.com/2013/11/28/release-0-1-adafruit-raspberry-pi-python-code/ Blog]]
  
 
* Installs code modules to /usr/lib/python2.x/site-packages directory
 
* Installs code modules to /usr/lib/python2.x/site-packages directory
 
* Package passes rpmlint checks
 
* Package passes rpmlint checks
 
* Submitted package for review on Pidora Trac.
 
* Submitted package for review on Pidora Trac.

Revision as of 18:52, 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

Mailing Lists

Upstream Wiki and Web

Links/Bugs/Tracking

Source Code Control

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

Blogs

ATPenrose's SBR600 Blog

Non-Seneca Participants

Planets

Project News

(Newest First)

New Co-Maintainer (2013-12-15)

  • Chris Tyler has agreed to be a co-maintainer for this package

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.