Skip to content

Commit af54241

Browse files
committed
more tasks
1 parent 23b9eb0 commit af54241

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

venv.org

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Org-mode notes and task list
22

3-
* TODO convert to distribute for packaging
3+
* TODO convert to distribute for packaging [1/2]
44
- get rid of newvenvw and virtualenvwrapper virtualenvs and re-create
5+
- [X] pavement.py to setup.py
6+
- [ ] sphinx conf.py needs to get version from setup.py somehow
7+
- [ ] separate rules for making website
8+
- [ ] installwebsite
9+
- [ ] register
10+
- [ ] test for installation
511

612
* plugin system for hooks
713
- http://bitbucket.org/dhellmann/virtualenvwrapper/issue/28/
814
- use Distribute/setuptools entry points
915
- namespace package `virtualenvwrapper` to hold plugins I write, but
1016
not required for other authors
17+
- bump version to 2, since the user script implementation is moving
18+
and this is a major update
1119

1220
** TODO how to specify execution order between plugin providers?
1321
- plugins could provide a "phase" function for sorting
@@ -32,7 +40,7 @@
3240
- source hooks are dumped to text files and then sourced
3341
(implement in shell language)
3442

35-
** TODO expose each hook point as an entry point function
43+
** TODO expose each hook point as an entry point function [0/5]
3644
- [ ] requirements
3745
- automatically install packages based on requirements file
3846
given to pip

0 commit comments

Comments
 (0)