summaryrefslogtreecommitdiffstats
path: root/package/python-pyasn/python-pyasn.mk
Commit message (Collapse)AuthorAgeFilesLines
* package: remove the trailing slash sign from <PKG>_SITE variableJerzy Grzegorek2014-07-311-1/+1
| | | | | | | | | | | | Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pyasn: update license informationRyan Barnett2014-05-071-1/+2
| | | | | | | | Correct license information after switch to correct package on commit 5aa4f71b51a3713d765b0e430fc34abecd0bea93. Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pyasn: fix version number to match upstream tarballThomas Petazzoni2014-03-011-1/+1
| | | | | | | | | The upstream tarball at https://pypi.python.org/packages/source/p/pyasn1/ is actually in version 0.1.7, not 0.17. Reported-by: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pyasn: use the real upstreamThomas Petazzoni2014-02-191-9/+3
| | | | | | | | | | | | | | | | The https://code.google.com/p/pyasn/ project is not really the real upstream for PyASN, and at least not the upstream for the PyASN implementation recommended by the PySNMP developers. Instead, the real upstream is https://pypi.python.org/packages/source/p/pyasn1/, which has had much more regular releases than the other PyASN implementation. Therefore, we switch to using this implementation, as recommended by the PySNMP developers on http://pysnmp.sourceforge.net/download.html. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pyasn: new packageRyan Barnett2013-12-151-0/+19
[Peter: license is LGPLv3+ / GPLv2+] Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud