diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-23 23:06:01 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-23 23:06:01 -0500 |
commit | 00e69371d29a9e3ae3bb420adf38fab88d7566c9 (patch) | |
tree | 85b62e23c617a14e5ce1ca21cb10ec31940caae7 /README.rst | |
parent | 9874f9321b1d6bc28f299da624455c7a07832c7f (diff) | |
download | apkkit-00e69371d29a9e3ae3bb420adf38fab88d7566c9.tar.gz apkkit-00e69371d29a9e3ae3bb420adf38fab88d7566c9.tar.bz2 apkkit-00e69371d29a9e3ae3bb420adf38fab88d7566c9.tar.xz apkkit-00e69371d29a9e3ae3bb420adf38fab88d7566c9.zip |
modernise setup.py and fix docs
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -4,11 +4,11 @@ :Authors: * **A. Wilcox** :Version: - 0.5 + 0.6 :Status: - Alpha + Beta :Copyright: - © 2015-2016 Adélie Linux Team. NCSA open source licence. + © 2015-2018 Adélie Linux Team. NCSA open source licence. @@ -17,16 +17,15 @@ Requirements Background ---------- -Our new Linux distro (codename Adélie) combines pieces of Portage, a stable -Python-based package build system, with the AlpineLinux package format, APK. We -need a pure Python library for manipulating and verifying APK packages. We also -need a pure Python library for maintaining APK repositories. +Adélie Linux, our distribution, uses the Alpine Linux APK package manager. +We need a pure Python library for manipulating and verifying APK packages. +We also need a pure Python library for maintaining APK repositories. Objectives / success criteria ----------------------------- * Compatibility with upstream APK Tools. -* Stable v1 release by December 2016. +* Stable v1 release by December 2018. * Minimal to no external dependencies. @@ -43,7 +42,7 @@ Major features #. Creation of APK files. -#. Keep repository INDEX files up to date. +#. Read repository INDEX files to gather information on available packages. |