Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-vlc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dcp
python-vlc
Commits
9b05e494
Commit
9b05e494
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Added source directory as git sub-module. Added README.rst. Don't delete pyc files when cleaning.
parent
ab51f5fc
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
README.rst
+15
-0
15 additions, 0 deletions
README.rst
fabfile.py
+0
-1
0 additions, 1 deletion
fabfile.py
with
18 additions
and
1 deletion
.gitmodules
0 → 100644
+
3
−
0
View file @
9b05e494
[submodule "source"]
path = source
url = http://git.videolan.org/git/vlc/bindings/python.git
This diff is collapsed.
Click to expand it.
README.rst
0 → 100644
+
15
−
0
View file @
9b05e494
python-vlc
==========
Python binding for libvlc.
todo
----
- Add requirements.txt if needed.
- Migrate from fabfile to Makefile (remove git actions).
- Add LGPL v2.1 or later license.
- Add setuptools, make repo pip installable.
- Add testing (unit on different virutal environments, perhaps use tox).
- Investigate better Debian packaging.
This diff is collapsed.
Click to expand it.
fabfile.py
+
0
−
1
View file @
9b05e494
...
@@ -21,7 +21,6 @@ def clean ():
...
@@ -21,7 +21,6 @@ def clean ():
local
(
'''
rm -r debian/python3-vlc.substvars debian/python3-vlc.prerm.debhelper
\
local
(
'''
rm -r debian/python3-vlc.substvars debian/python3-vlc.prerm.debhelper
\
debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log
\
debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log
\
debian/python3-vlc debian/files
'''
)
debian/python3-vlc debian/files
'''
)
local
(
'''
rm fabfile.pyc
'''
)
@task
@task
def
push
():
def
push
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment