Commits changes available on PyPi
The release .2 on PyPi already includes changes acted uppon in Horizon. This patch commits those changes to stackforge. It also adds a .gitreview file. Change-Id: Ibc25f66dba97c2121b5d7fe485175d7cd76b6267
This commit is contained in:
parent
322d85b797
commit
e1d199edf3
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=review.openstack.org
|
||||||
|
port=29418
|
||||||
|
project=stackforge/xstatic-angular-lrdragndrop.git
|
@ -1,5 +1,5 @@
|
|||||||
include README.txt
|
include README.txt
|
||||||
recursive-include xstatic/pkg/angular_irdragndrop *
|
recursive-include xstatic/pkg/angular_lrdragndrop *
|
||||||
|
|
||||||
global-exclude *.pyc
|
global-exclude *.pyc
|
||||||
global-exclude *.pyo
|
global-exclude *.pyo
|
||||||
|
25
PKG-INFO
25
PKG-INFO
@ -1,25 +0,0 @@
|
|||||||
Metadata-Version: 1.0
|
|
||||||
Name: XStatic-angular-irdragndrop
|
|
||||||
Version: 1.0.2
|
|
||||||
Summary: irdragndrop 1.0.2 (XStatic packaging standard)
|
|
||||||
Home-page: https://github.com/lorenzofox3/lrDragNDrop
|
|
||||||
Author: Thai Tran
|
|
||||||
Author-email: tqtran@us.ibm.com
|
|
||||||
License: MIT
|
|
||||||
Description:
|
|
||||||
XStatic-angular-IrDragNDrop
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
IrDragNDrop javascript library packaged for setuptools (easy_install) / pip.
|
|
||||||
|
|
||||||
This package is intended to be used by **any** project that needs these files.
|
|
||||||
|
|
||||||
It intentionally does **not** provide any extra code except some metadata
|
|
||||||
**nor** has any extra requirements. You MAY use some minimal support code from
|
|
||||||
the XStatic base package, if you like.
|
|
||||||
|
|
||||||
You can find more info about the xstatic packaging way in the package
|
|
||||||
`XStatic`.
|
|
||||||
|
|
||||||
Keywords: drag-n-drop angular table irdragndrop xstatic
|
|
||||||
Platform: any
|
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
XStatic-angular-IrDragNDrop
|
XStatic-Angular-lrdragndrop
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
IrDragNDrop javascript library packaged for setuptools (easy_install) / pip.
|
lrDragNDrop javascript library packaged for setuptools (easy_install) / pip.
|
||||||
|
|
||||||
This package is intended to be used by **any** project that needs these files.
|
This package is intended to be used by **any** project that needs these files.
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
from xstatic.pkg import angular_smart_table as xs
|
from xstatic.pkg import angular_lrdragndrop as xs
|
||||||
|
|
||||||
# The README.txt file should be written in reST so that PyPI can use
|
# The README.txt file should be written in reST so that PyPI can use
|
||||||
# it to generate your project's PyPI page.
|
# it to generate your project's PyPI page.
|
||||||
|
@ -6,7 +6,7 @@ See package 'XStatic' for documentation and basic tools.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# official name, upper/lowercase allowed, no spaces
|
# official name, upper/lowercase allowed, no spaces
|
||||||
DISPLAY_NAME = 'IrDragNDrop'
|
DISPLAY_NAME = 'Angular-lrdragndrop'
|
||||||
|
|
||||||
# name used for PyPi
|
# name used for PyPi
|
||||||
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME
|
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME
|
||||||
@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
|||||||
|
|
||||||
VERSION = '1.0.2' # version of the packaged files, please use the upstream
|
VERSION = '1.0.2' # version of the packaged files, please use the upstream
|
||||||
# version number
|
# version number
|
||||||
BUILD = '0' # our package build number, so we can release new builds
|
BUILD = '2' # our package build number, so we can release new builds
|
||||||
# with fixes for xstatic stuff.
|
# with fixes for xstatic stuff.
|
||||||
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
|
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ DESCRIPTION = "%s %s (XStatic packaging standard)" % (DISPLAY_NAME, VERSION)
|
|||||||
|
|
||||||
PLATFORMS = 'any'
|
PLATFORMS = 'any'
|
||||||
CLASSIFIERS = []
|
CLASSIFIERS = []
|
||||||
KEYWORDS = 'drag-n-drop angular table irdragndrop xstatic'
|
KEYWORDS = 'drag-n-drop angular table lrdragndrop xstatic'
|
||||||
|
|
||||||
# XStatic-* package maintainer:
|
# XStatic-* package maintainer:
|
||||||
MAINTAINER = 'Thai Tran'
|
MAINTAINER = 'Thai Tran'
|
||||||
@ -44,7 +44,7 @@ BASE_DIR = join(dirname(__file__), 'data')
|
|||||||
|
|
||||||
# location of the Javascript file that's the entry point for this package, if
|
# location of the Javascript file that's the entry point for this package, if
|
||||||
# one exists, relative to BASE_DIR
|
# one exists, relative to BASE_DIR
|
||||||
MAIN='irdragndrop.js'
|
MAIN='lrdragndrop.js'
|
||||||
|
|
||||||
LOCATIONS = {
|
LOCATIONS = {
|
||||||
# CDN locations (if no public CDN exists, use an empty dict)
|
# CDN locations (if no public CDN exists, use an empty dict)
|
Loading…
x
Reference in New Issue
Block a user