Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: third_party/pyscss/Makefile

Issue 9111023: Pyscss is obsolete with Dart CSS complier; remove all pyscss code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove pyparsing from .gitignore Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pyscss/MANIFEST.in ('k') | third_party/pyscss/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pyscss/Makefile
diff --git a/third_party/pyscss/Makefile b/third_party/pyscss/Makefile
deleted file mode 100644
index 6dec1ada104a8b1541852932ab96fce227917b9b..0000000000000000000000000000000000000000
--- a/third_party/pyscss/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-MODULE=scss
-
-clean:
- sudo rm -rf build dist $(MODULE).egg-info/
- find . -name "*.pyc" -delete
-
-install: remove _install clean
-
-register: _register clean
-
-upload: _upload install _commit doc
-
-_upload:
- python setup.py sdist upload
-_commit:
- git add .
- git add . -u
- git commit
- git push origin
-
-_register:
- python setup.py register
-
-remove:
- sudo pip uninstall $(MODULE)
-
-_install:
- sudo pip install -U .
-
-test:
- python $(MODULE)/tests/__init__.py
-
-doc:
- python setup.py build_sphinx --source-dir=docs/ --build-dir=docs/_build --all-files
- python setup.py upload_sphinx --upload-dir=docs/_build/html
« no previous file with comments | « third_party/pyscss/MANIFEST.in ('k') | third_party/pyscss/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698