Update XStatic-MDI to 1.6.50.1

Change-Id: I39a0644c51b231daa4e6e13d29ce5f90893ba40f
This commit is contained in:
Rob Cresswell 2016-07-14 09:54:32 -07:00
parent 9152b6b52b
commit 29bc27f557
5 changed files with 32 additions and 23 deletions

View File

@ -1,6 +1,5 @@
include README.txt
recursive-include xstatic/pkg/mdi *
recursive-include xstatic *
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.orig

20
setup.cfg Normal file
View File

@ -0,0 +1,20 @@
[metadata]
name = XStatic-mdi
summary = mdi 1.4.57 (XStatic packaging standard)
description-file = README.rst
maintainer = Diana Whitten
maintainer-email = hurgleburgler@gmail.com
home-page = http://materialdesignicons.com
keywords = material design icons webfont mdi xstatic
license = (same as mdi)
zip_safe = False
namespace_packages =
xstatic
xstatic.pkg
[files]
packages =
xstatic
[bdist_wheel]
universal = True

View File

@ -1,27 +1,17 @@
from xstatic.pkg import mdi as xs
from setuptools import setup, find_packages
# The README.txt file should be written in reST so that PyPI can use
# it to generate your project's PyPI page.
long_description = open('README.txt').read()
from setuptools import setup, find_packages
setup(
name=xs.PACKAGE_NAME,
version=xs.PACKAGE_VERSION,
description=xs.DESCRIPTION,
long_description=long_description,
classifiers=xs.CLASSIFIERS,
keywords=xs.KEYWORDS,
maintainer=xs.MAINTAINER,
maintainer_email=xs.MAINTAINER_EMAIL,
license=xs.LICENSE,
url=xs.HOMEPAGE,
platforms=xs.PLATFORMS,
name='XStatic-mdi',
summary="""mdi 1.4.57 (XStatic packaging standard)""",
description=long_description,
maintainer="Diana Whitten",
maintainer_email='hurgleburgler@gmail.com',
use_scm_version=True,
setup_requires=['setuptools_scm', 'wheel'],
packages=find_packages(),
namespace_packages=['xstatic', 'xstatic.pkg', ],
include_package_data=True,
zip_safe=False,
install_requires=[],
include_package_data=True
)

View File

@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '1.6.50' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi

View File

@ -1,4 +1,4 @@
@function char($character-code) {
@function char($character-code) {
@if function-exists("selector-append") {
@return unquote("\"\\#{$character-code}\"");
}